Skip to content

Commit

Permalink
fix: Dockerfile.sumologic-mock 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 88da4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.sumologic-mock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /sumologic-mock
COPY ./src/rust/sumologic-mock .
RUN cargo build --release

FROM alpine:3.20.1
FROM alpine:3.21.1
ARG TARGETARCH
ARG TARGETOS

Expand Down

0 comments on commit 88da4a1

Please sign in to comment.