Bump go to 1.13.4

pull/1055/head
Erik Wilson 5 years ago
parent c736888e12
commit dd89c5119c

@ -1,4 +1,4 @@
FROM golang:1.12.12-alpine3.10
FROM golang:1.13.4-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 \
python3 py3-pip python3-dev openssl-dev libffi-dev libseccomp libseccomp-dev make libuv-static

@ -1,4 +1,4 @@
FROM golang:1.13.3-alpine3.10
FROM golang:1.13.4-alpine3.10
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2
RUN SONOBUOY_VER=v0.16.2 && \

Loading…
Cancel
Save