Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities (#1315)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
bkizer-tenable and snyk-bot authored Jul 7, 2022
1 parent 3ee999a commit 313ccf3
Showing 1 changed file with 1 addition and 1 deletion.
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.15.4
FROM alpine:3.16

# create non root user
RUN addgroup --gid 101 terrascan && \
Expand Down

0 comments on commit 313ccf3

Please sign in to comment.