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 2, 2023
1 parent d38947d commit 857cccc
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.18.5

LABEL maintainer="LitmusChaos"

Expand Down

0 comments on commit 857cccc

Please sign in to comment.