Skip to content

Commit

Permalink
bump alpine (base image) for security (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored and tangenti committed Jan 19, 2022
1 parent 98bce2c commit 6818bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.10 as base
FROM alpine:3.14 as base

# this fils is generate by go build
COPY crossplane-aws-provider /crossplane-aws-provider
ENTRYPOINT ["/crossplane-aws-provider"]
ENTRYPOINT ["/crossplane-aws-provider"]

0 comments on commit 6818bdf

Please sign in to comment.