Skip to content

Commit

Permalink
fix: venonactl/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent 4ec93dd commit ab2b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venonactl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN VERSION=$(cat VERSION) \
-X github.com/codefresh-io/venona/venonactl/cmd.commit=${COMMIT} -X github.com/codefresh-io/venona/venonactl/cmd.date=${DATE}" \
-o venona

FROM alpine:3.17
FROM alpine:3.18.3

RUN apk add --update ca-certificates

Expand Down

0 comments on commit ab2b769

Please sign in to comment.