Skip to content

Commit 32b85e4

Browse files
authored
Merge pull request #84 from Shopify/dependabot/docker/golang-1.22.6-alpine
Bump golang from 1.22.4-alpine to 1.22.6-alpine
2 parents c3812c2 + d80756a commit 32b85e4

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.4-alpine AS builder
1+
FROM golang:1.22.6-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)