Skip to content

Commit

Permalink
Dockerfile: update to alpine:3.11 for newest rpm
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed May 14, 2020
1 parent ef5fbc4 commit de32b07
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 @@ -25,7 +25,7 @@ RUN go build \
-mod=vendor \
./cmd/clairctl

FROM docker.io/library/alpine:3.10 AS final
FROM docker.io/library/alpine:3.11 AS final
RUN apk add --no-cache tar rpm ca-certificates dumb-init
# change ownership of ssl directory to allow custom cert in OpenShift
RUN chgrp -R 0 /etc/ssl/certs && \
Expand Down

0 comments on commit de32b07

Please sign in to comment.