Upgrade go to v1.13.6

This commit is contained in:
Erik Wilson 2020-01-20 20:13:57 -07:00
parent 3b13338952
commit 6be2f9341c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.5-alpine3.10
FROM golang:1.13.6-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

View File

@ -1,4 +1,4 @@
FROM golang:1.13.5-alpine3.10
FROM golang:1.13.6-alpine3.10
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

View File

@ -1,4 +1,4 @@
FROM golang:1.13.5-alpine3.10
FROM golang:1.13.6-alpine3.10
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl