We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703ae9a commit 90f9423Copy full SHA for 90f9423
Dockerfile.internal-platform
@@ -12,7 +12,7 @@ COPY . .
12
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/bitrise-webhooks
13
14
15
-FROM alpine:3.20
+FROM alpine:3.21
16
17
RUN apk add -u ca-certificates && rm -rf /var/cache/apk/*
18
0 commit comments