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 Sep 8, 2024
1 parent 060fb25 commit 0234fa6
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 @@ -9,7 +9,7 @@ COPY main.go main.go
COPY util/ util/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o generator main.go

FROM alpine:3.16
FROM alpine:3.19.4
WORKDIR /app
RUN apk add openvpn jq openssl
COPY logs/ logs/
Expand Down

0 comments on commit 0234fa6

Please sign in to comment.