Images: Bump Alpine to v3.21. (#12529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
20263c0a54
commit
1f3a3fb3f9
14 changed files with 35 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
ARG GOLANG_VERSION
|
||||
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.20 as builder
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.21 as builder
|
||||
RUN mkdir /authsvc
|
||||
WORKDIR /authsvc
|
||||
COPY . ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue