Skip to content

Commit f70015d

Browse files
Merge pull request #2336 from dexidp/dependabot/docker/alpine-3.15.0
2 parents 98e7d7a + f717c71 commit f70015d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020

2121
RUN make release-binary
2222

23-
FROM alpine:3.14.3 AS gomplate
23+
FROM alpine:3.15.0 AS gomplate
2424

2525
ARG TARGETOS
2626
ARG TARGETARCH
@@ -33,7 +33,7 @@ RUN wget -O /usr/local/bin/gomplate \
3333
&& chmod +x /usr/local/bin/gomplate
3434

3535

36-
FROM alpine:3.14.3
36+
FROM alpine:3.15.0
3737

3838
# Dex connectors, such as GitHub and Google logins require root certificates.
3939
# Proper installations should manage those certificates, but it's a bad user

0 commit comments

Comments
 (0)