Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 60ed716 commit 3cfe917
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.20 as runtime

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

0 comments on commit 3cfe917

Please sign in to comment.