From 582b9564e21c9d43aa7b70ce6d4ff9c5b871d45f Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 22 Dec 2019 17:18:38 -0500 Subject: Need Alpine 3.8 for a working upx Signed-off-by: Dave Henderson --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e498e7b3..8df9788f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.11 AS upx +FROM alpine:3.8 AS upx RUN apk add --no-cache upx=3.94-r0 -FROM golang:1.13.5-alpine AS build +FROM golang:1.13.5-alpine3.10 AS build RUN apk add --no-cache \ make \ @@ -37,7 +37,7 @@ COPY --from=artifacts /bin/gomplate_${OS}-${ARCH} /gomplate ENTRYPOINT [ "/gomplate" ] -FROM alpine:3.11 AS gomplate-alpine +FROM alpine:3.11.0 AS gomplate-alpine ARG VCS_REF ARG OS=linux -- cgit v1.2.3