Skip to content

Commit

Permalink
fix: interoperator/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754
  • Loading branch information
snyk-bot committed Aug 7, 2021
1 parent ac8224e commit 50f2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interoperator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -tags multiclu
# Refer to https://github.com/GoogleContainerTools/distroless for more details
# FROM gcr.io/distroless/static:nonroot
# Using alphine as xmake supports alphine seamlessly
FROM alpine:3.13
FROM alpine:3

WORKDIR /
COPY --from=builder /workspace/manager .
Expand Down

0 comments on commit 50f2a9f

Please sign in to comment.