Merge pull request #2446 from dexidp/update-base-image

Update alpine version
This commit is contained in:
Márk Sági-Kazár 2022-03-22 14:09:20 +01:00 committed by GitHub
commit 897ae8d2a3
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,4 +1,4 @@
ARG BASEIMAGE=alpine:3.15.0
ARG BASEIMAGE=alpine:3.15.1
FROM golang:1.17.8-alpine3.14 AS builder