Merge pull request #919 from erikwilson/bump-go-1.13.3

Bump go to v1.13.3
This commit is contained in:
Erik Wilson 2019-10-18 17:13:00 -07:00 committed by GitHub
commit c998789ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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