Merge pull request #2656 from dexidp/update-alpine

chore: update alpine version in Go image
This commit is contained in:
Márk Sági-Kazár 2022-09-08 13:02:35 +02:00 committed by GitHub
commit 4117bac09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.19.1-alpine3.15 AS builder
FROM golang:1.19.1-alpine3.16 AS builder
WORKDIR /usr/local/src/dex