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