We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5117446 + 8b6e8c0 commit 7ab7beeCopy full SHA for 7ab7bee
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.6-alpine AS builder
+FROM golang:1.23.3-alpine AS builder
2
WORKDIR /go/src/github.com/Shopify/ejson2env
3
COPY . .
4
RUN apk add --no-cache git && \
0 commit comments