Skip to content

Commit

Permalink
Merge pull request #2782 from dexidp/dependabot/docker/golang-1.19.5-…
Browse files Browse the repository at this point in the history
…alpine3.16
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
2 parents eefdc5f + cde3b4a commit 0453397
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.4-alpine3.16 AS builder
FROM golang:1.19.5-alpine3.16 AS builder

WORKDIR /usr/local/src/dex

Expand Down

0 comments on commit 0453397

Please sign in to comment.