Skip to content

Commit

Permalink
Merge pull request #106 from jakefhyde/update-alpine-base-image
Browse files Browse the repository at this point in the history
Update alpine version in Dockerfile for security fixes
  • Loading branch information
jakefhyde authored Sep 10, 2021
2 parents d345139 + af23fc2 commit 1bdb948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.14.2
COPY pkg/ pkg/

COPY bin/cis-operator /usr/bin/
Expand Down

0 comments on commit 1bdb948

Please sign in to comment.