mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:59:29 +00:00
chore: Bump golang:alpine version (#11837)
Made with ❤️️ by updatecli
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5894af30ff
commit
148f8abd3a
@@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.23.6-alpine3.20
|
||||
ARG GOLANG=golang:1.23.6-alpine3.21
|
||||
FROM ${GOLANG}
|
||||
|
||||
# Set proxy environment variables
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.23.6-alpine3.20
|
||||
ARG GOLANG=golang:1.23.6-alpine3.21
|
||||
FROM ${GOLANG}
|
||||
|
||||
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.23.6-alpine3.20
|
||||
ARG GOLANG=golang:1.23.6-alpine3.21
|
||||
FROM ${GOLANG} AS test-base
|
||||
|
||||
RUN apk -U --no-cache add bash jq
|
||||
|
||||
Reference in New Issue
Block a user