Skip to content

Commit

Permalink
chore: update go to 1.17.10
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed May 26, 2022
1 parent 83ca67f commit 89e7d93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -22,13 +22,13 @@ COPY . .

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 /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 TARGETARCH
Expand Down

0 comments on commit 89e7d93

Please sign in to comment.