mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Merge pull request #2811 from dexidp/dependabot/docker/golang-1.20.0-alpine3.16
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user