Browse Source

Merge pull request #2655 from dexidp/upgrade-alpine

chore: upgrade alpine to 3.16.2
v2.33.x v2.33.1
Márk Sági-Kazár 4 years ago committed by GitHub
parent
commit
8aab5bc478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -41,7 +41,7 @@ RUN wget -O /usr/local/bin/gomplate \
&& chmod +x /usr/local/bin/gomplate && chmod +x /usr/local/bin/gomplate
# For Dependabot to detect base image versions # 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 gcr.io/distroless/static:latest AS distroless
FROM $BASE_IMAGE FROM $BASE_IMAGE

Loading…
Cancel
Save