From ea586a81f39c2ea851eaf4a9f5d72cec1481a6e7 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 18 Jan 2020 07:52:01 -0500 Subject: [PATCH] Use the upx binary from hairyhenderson/upx Signed-off-by: Dave Henderson --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbdc40b2..f42b39fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM alpine:3.8 AS upx -RUN apk add --no-cache upx=3.94-r0 +FROM hairyhenderson/upx:3.94 AS upx FROM golang:1.13.6-alpine3.11 AS build