Unverified Commit 0966cea4 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #957 from erikwilson/downgrade-go-v1.12.12

Downgrade build go to v1.12.12
parents f648a64e 3763b77e
FROM golang:1.13.2-alpine3.10 FROM golang:1.12.12-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
......
FROM golang:1.13.2-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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment