Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 12, 2024
1 parent f5d9710 commit 6ee2322
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 @@ -13,7 +13,7 @@ COPY . .
RUN go env -w GOPRIVATE=github.com/kubeslice && \
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=vendor -a -o /bin/nse-vl3-kernel .

FROM alpine:3.20.1 as runtime
FROM alpine:3.20.3 as runtime
COPY --from=build /bin/nse-vl3-kernel /bin/nse-vl3-kernel

ENTRYPOINT ["/bin/nse-vl3-kernel"]

0 comments on commit 6ee2322

Please sign in to comment.