Skip to content

Commit

Permalink
Merge pull request #24 from rajeshwer/update-base-image
Browse files Browse the repository at this point in the history
Update kernel security base image
  • Loading branch information
heipark authored Jan 18, 2022
2 parents 1cb4cf3 + 5eaff86 commit 710ce76
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.3 as base

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

0 comments on commit 710ce76

Please sign in to comment.