Skip to content

Commit

Permalink
fix: Dockerfile.alpine to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 22, 2024
1 parent c860b97 commit f75edb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /bin/lokalise2

FROM alpine:3.18.4
FROM alpine:3.18

RUN apk --update add ca-certificates
COPY --from=builder /bin/lokalise2 /bin/lokalise2
Expand Down

0 comments on commit f75edb0

Please sign in to comment.