Skip to content

Commit

Permalink
fix: custom/litmus-checker/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 13, 2024
1 parent 8a75d19 commit c57fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/litmus-checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go env
RUN CGO_ENABLED=0 go build -o /output/checker -v

#Deploy Stage
FROM alpine:3.18.0
FROM alpine:3.21.0

LABEL maintainer="LitmusChaos"

Expand Down

0 comments on commit c57fc21

Please sign in to comment.