Skip to content

Commit 90f9423

Browse files
chore(deps): update alpine docker tag to v3.21
1 parent 703ae9a commit 90f9423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.internal-platform

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/bitrise-webhooks
1313

1414

15-
FROM alpine:3.20
15+
FROM alpine:3.21
1616

1717
RUN apk add -u ca-certificates && rm -rf /var/cache/apk/*
1818

0 commit comments

Comments
 (0)