Skip to content

Commit b11a2a5

Browse files
Merge pull request #2258 from dexidp/dependabot/docker/alpine-3.14.2
2 parents b3b9c26 + 33ba1d3 commit b11a2a5

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.1 AS gomplate
23+
FROM alpine:3.14.2 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.1
36+
FROM alpine:3.14.2
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)