Skip to content

Commit

Permalink
Merge pull request #2655 from dexidp/upgrade-alpine
Browse files Browse the repository at this point in the history
chore: upgrade alpine to 3.16.2
  • Loading branch information
sagikazarmark committed Sep 8, 2022
2 parents 4bcdcf8 + 9704a90 commit 8aab5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN wget -O /usr/local/bin/gomplate \
&& chmod +x /usr/local/bin/gomplate

# For Dependabot to detect base image versions
FROM alpine:3.16.1 AS alpine
FROM alpine:3.16.2 AS alpine
FROM gcr.io/distroless/static:latest AS distroless

FROM $BASE_IMAGE
Expand Down

0 comments on commit 8aab5bc

Please sign in to comment.