mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Merge pull request #2697 from dexidp/dependabot/docker/golang-1.19.2-alpine3.16
build(deps): bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
ARG BASE_IMAGE=alpine
|
||||
|
||||
FROM golang:1.19.1-alpine3.16 AS builder
|
||||
FROM golang:1.19.2-alpine3.16 AS builder
|
||||
|
||||
WORKDIR /usr/local/src/dex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user