We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328c8cc commit 77a6f50Copy full SHA for 77a6f50
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM golang:1.18-alpine as build
+FROM golang:1.24-alpine as build
2
3
RUN apk add --no-cache ca-certificates git
4
WORKDIR $GOPATH/src/github.com/contentful-labs/terraform-diff
5
6
COPY . ./
7
RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -a -tags netgo -ldflags '-w' .
8
9
-FROM alpine:3.17
+FROM alpine:3.22
10
RUN apk add --no-cache git
11
COPY --from=build /go/src/github.com/contentful-labs/terraform-diff/terraform-diff terraform-diff
12
RUN git config --global --add safe.directory '*'
0 commit comments