Skip to content

Commit

Permalink
fix: app/vmui/Dockerfile-web to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 19, 2024
1 parent 0a8c9c5 commit 8d4e0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vmui/Dockerfile-web
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY web/ /build/
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o web-amd64 github.com/VictoriMetrics/vmui/ && \
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o web-windows github.com/VictoriMetrics/vmui/

FROM alpine:3.20.1
FROM alpine:3.20.3
USER root

COPY --from=build-web-stage /build/web-amd64 /app/web
Expand Down

0 comments on commit 8d4e0db

Please sign in to comment.