Skip to content

Commit 7ab7bee

Browse files
authored
Merge pull request #89 from Shopify/dependabot/docker/golang-1.23.3-alpine
Bump golang from 1.22.6-alpine to 1.23.3-alpine
2 parents 5117446 + 8b6e8c0 commit 7ab7bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.6-alpine AS builder
1+
FROM golang:1.23.3-alpine AS builder
22
WORKDIR /go/src/github.com/Shopify/ejson2env
33
COPY . .
44
RUN apk add --no-cache git && \

0 commit comments

Comments
 (0)