mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1422 from erikwilson/upgrade-golang-1.13.8
Upgrade golang to v1.13.8
This commit is contained in:
commit
95760fff0f
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.6-alpine3.10
|
||||
FROM golang:1.13.8-alpine3.10
|
||||
|
||||
RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers zlib-dev tar zip squashfs-tools npm coreutils \
|
||||
python2 python3 py3-pip python3-dev openssl-dev libffi-dev libseccomp libseccomp-dev make libuv-static
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.6-alpine3.10
|
||||
FROM golang:1.13.8-alpine3.10
|
||||
|
||||
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.6-alpine3.10
|
||||
FROM golang:1.13.8-alpine3.10
|
||||
|
||||
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user