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 Jan 9, 2025
1 parent 3a56cda commit 2f3b48b
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 @@ -35,7 +35,7 @@ WORKDIR /logs-generator
COPY ./src/rust/logs-generator .
RUN cargo build --release

FROM alpine:3.20.1
FROM alpine:3.21.2
ARG TARGETARCH
ARG TARGETOS
ENV HELM_VERSION="3.7.2"
Expand Down

0 comments on commit 2f3b48b

Please sign in to comment.