Skip to content

Commit

Permalink
Update alpine version (tenable#1222)
Browse files Browse the repository at this point in the history
* Update alpine version

* Updating the argocd base image
  • Loading branch information
bkizer-tenable authored Apr 19, 2022
1 parent e3153a1 commit fc49288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk update && apk add git && \


# -------- prod stage -------- #
FROM alpine:3.12.8
FROM alpine:3.14.6

# create non root user
RUN addgroup --gid 101 terrascan && \
Expand Down
2 changes: 1 addition & 1 deletion integrations/argocd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile with a script to use terrascan's validating webhook
# configured in the kubernetes cluster, to scan a repo for violations
FROM alpine:3.12.8
FROM alpine:3.14.6

#curl to send request to terrascan validating webhook
RUN apk add --no-cache curl
Expand Down

0 comments on commit fc49288

Please sign in to comment.