Skip to content

Commit

Permalink
fix: docs/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Feb 20, 2025
1 parent f60bcc0 commit b52dc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN set -x && go get -d -v ./docs/docsrc/...
RUN GOOS=linux GOARCH=amd64 go build -o /app/entry ./docs/docsrc/server/

FROM alpine:3.21.2
FROM alpine:3.21.3
RUN apk --update upgrade && \
apk add ca-certificates && \
apk add tzdata && \
Expand Down

0 comments on commit b52dc93

Please sign in to comment.