Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 703ae9a commit 90f9423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.internal-platform
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/bitrise-webhooks


FROM alpine:3.20
FROM alpine:3.21

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

Expand Down

0 comments on commit 90f9423

Please sign in to comment.