Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 9d8e485 commit 015db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/g
! which upx >/dev/null || upx /go/bin/dockerize && \
dockerize --version

FROM alpine:3.20.2
FROM alpine:3.20.3

COPY --from=builder /go/bin/dockerize /usr/local/bin

Expand Down

0 comments on commit 015db03

Please sign in to comment.