rootfs: Don't hardcode alpine version for golang images

Remove the version of alpine used when pulling golang docker images.
This ensures the latest version of alpine is used and resolves the
maintenance issue when old versions of alpine are dropped.

Fixes: #293.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-05-21 10:51:05 +01:00
parent a800a5dee6
commit d8c5706cff

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