Skip to content

Commit

Permalink
[FIX] Command
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Hernández committed Sep 15, 2021
1 parent f8aed75 commit 071859e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM alpine:3.13
# Upgrade packages to vulnerabilities
RUN apk update && apk add \
apk-tools \
openssl
RUN apk update && apk upgrade

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

0 comments on commit 071859e

Please sign in to comment.