Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from dimityrmirchev/distroless-image
Browse files Browse the repository at this point in the history
Change base image from alpine to distroless
  • Loading branch information
kon-angelo authored Jul 6, 2022
2 parents bb33fff + 576a272 commit c87970d
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 @@ -2,9 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.15.4

RUN apk add --update bash curl
FROM gcr.io/distroless/static-debian11:nonroot

ADD ./bin/rel/aws-lb-readvertiser /aws-lb-readvertiser

Expand Down

0 comments on commit c87970d

Please sign in to comment.