forked from mystiq/dex
chore: update go to 1.17.10
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
83ca67f140
commit
89e7d9356f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG BASEIMAGE=alpine:3.15.1
|
ARG BASEIMAGE=alpine:3.16.0
|
||||||
|
|
||||||
FROM golang:1.17.8-alpine3.15 AS builder
|
FROM golang:1.17.10-alpine3.16 AS builder
|
||||||
|
|
||||||
WORKDIR /usr/local/src/dex
|
WORKDIR /usr/local/src/dex
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@ COPY . .
|
||||||
|
|
||||||
RUN make release-binary
|
RUN make release-binary
|
||||||
|
|
||||||
FROM alpine:3.15.1 AS stager
|
FROM alpine:3.16.0 AS stager
|
||||||
|
|
||||||
RUN mkdir -p /var/dex
|
RUN mkdir -p /var/dex
|
||||||
RUN mkdir -p /etc/dex
|
RUN mkdir -p /etc/dex
|
||||||
COPY config.docker.yaml /etc/dex/
|
COPY config.docker.yaml /etc/dex/
|
||||||
|
|
||||||
FROM alpine:3.15.1 AS gomplate
|
FROM alpine:3.16.0 AS gomplate
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
Loading…
Reference in a new issue