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 Dec 6, 2024
1 parent 60ed716 commit ea815bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/network-dependencies-webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN cd /app/cmd/network-dependencies-webhook && CGO_ENABLED=0 GOOS=linux go build -o /webhook

FROM alpine:3.17 as runtime
FROM alpine:3.21 as runtime

COPY --from=build /webhook /usr/local/bin/webhook
RUN chmod +x /usr/local/bin/webhook
Expand Down

0 comments on commit ea815bb

Please sign in to comment.