Merge pull request #294 from jodh-intel/golang-use-latest-alpine

rootfs: Don't hardcode alpine version for golang images
This commit is contained in:
James O. D. Hunt
2019-05-21 13:58:29 +01:00
committed by GitHub

View File

@@ -3,6 +3,6 @@
#
# SPDX-License-Identifier: Apache-2.0
From golang:@GO_VERSION@-alpine3.7
From golang:@GO_VERSION@-alpine
RUN apk update && apk add git make bash gcc musl-dev linux-headers apk-tools-static libseccomp libseccomp-dev