Skip to content

Commit

Permalink
Merge pull request #2811 from dexidp/dependabot/docker/golang-1.20.0-…
Browse files Browse the repository at this point in the history
…alpine3.16
  • Loading branch information
dependabot[bot] authored Feb 2, 2023
2 parents d0dcac6 + f8f3bcf commit 0e96c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine

FROM golang:1.19.5-alpine3.16 AS builder
FROM golang:1.20.0-alpine3.16 AS builder

WORKDIR /usr/local/src/dex

Expand Down

0 comments on commit 0e96c76

Please sign in to comment.