mirror of https://github.com/k3s-io/k3s
chore: Bump golang:alpine version (#6683)
Made with ❤️️ by updatecli
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a4549cf989
)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6767/head
parent
5141a5b0f5
commit
7c4c1da22e
|
@ -1,4 +1,4 @@
|
|||
ARG GOLANG=golang:1.18.8-alpine3.16
|
||||
ARG GOLANG=golang:1.18.10-alpine3.17
|
||||
FROM ${GOLANG}
|
||||
|
||||
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG GOLANG=golang:1.18.8-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