Skip to content

Commit

Permalink
Dockerfile: upgrade alpine package to fetch last cve fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <[email protected]>
  • Loading branch information
Adphi committed Nov 21, 2023
1 parent 33056e3 commit d1145d1
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 @@ -50,7 +50,7 @@ RUN make build-go

FROM alpine:latest

RUN apk --no-cache add ca-certificates
RUN apk upgrade --no-cache && apk --no-cache add ca-certificates

COPY --from=go-builder /app/bin/lkard /usr/local/bin/lkard
COPY --from=go-builder /app/bin/lkar /usr/local/bin/lkar
Expand Down

0 comments on commit d1145d1

Please sign in to comment.