mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
chore: Bump golang:alpine version (#6683)
Made with ❤️️ by updatecli
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8340b54309
commit
a4549cf989
@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.19.3-alpine3.16
|
||||
ARG GOLANG=golang:1.19.4-alpine3.17
|
||||
FROM ${GOLANG}
|
||||
|
||||
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.19.3-alpine3.16
|
||||
ARG GOLANG=golang:1.19.4-alpine3.17
|
||||
FROM ${GOLANG} as test-base
|
||||
|
||||
RUN apk -U --no-cache add bash jq
|
||||
|
Loading…
Reference in New Issue
Block a user