Skip to content
Snippets Groups Projects
Unverified Commit cdd93cd1 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

chore: update golang image

parent 10276206
No related branches found
No related tags found
No related merge requests found
ARG BASEIMAGE=alpine:3.15.0 ARG BASEIMAGE=alpine:3.15.1
FROM golang:1.17.6-alpine3.14 AS builder FROM golang:1.17.8-alpine3.15 AS builder
WORKDIR /usr/local/src/dex WORKDIR /usr/local/src/dex
...@@ -22,13 +22,13 @@ COPY . . ...@@ -22,13 +22,13 @@ COPY . .
RUN make release-binary RUN make release-binary
FROM alpine:3.15.0 AS stager FROM alpine:3.15.1 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.0 AS gomplate FROM alpine:3.15.1 AS gomplate
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment