chore: upgrade alpine
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
3fac2ab6bc
commit
1bd753dc08
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.16.6-alpine3.13 AS builder
|
FROM golang:1.16.6-alpine3.14 AS builder
|
||||||
|
|
||||||
WORKDIR /usr/local/src/dex
|
WORKDIR /usr/local/src/dex
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ RUN wget -O /usr/local/bin/gomplate \
|
||||||
&& chmod +x /usr/local/bin/gomplate
|
&& chmod +x /usr/local/bin/gomplate
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.14.0
|
FROM alpine:3.14.3
|
||||||
|
|
||||||
# Dex connectors, such as GitHub and Google logins require root certificates.
|
# Dex connectors, such as GitHub and Google logins require root certificates.
|
||||||
# Proper installations should manage those certificates, but it's a bad user
|
# Proper installations should manage those certificates, but it's a bad user
|
||||||
|
|
Reference in a new issue