forked from mystiq/dex
Merge pull request #2446 from dexidp/update-base-image
Update alpine version
This commit is contained in:
commit
897ae8d2a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue