Skip to content

Commit

Permalink
fix(): revert alpine version
Browse files Browse the repository at this point in the history
fix(): revert alpine version
  • Loading branch information
narmidm authored Jul 30, 2024
2 parents 83d2a8b + 0b4c131 commit 060fb25
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.20.1
FROM alpine:3.16
WORKDIR /app
RUN apk add openvpn jq openssl
COPY logs/ logs/
Expand Down

0 comments on commit 060fb25

Please sign in to comment.