diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-04-22 21:43:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 21:43:27 -0400 |
| commit | 46ceeee0b95fd12455020fe85bdd03cb5ccdf87c (patch) | |
| tree | caed7b1eadadd8383ff8fc4a6df4a17d9226a64b | |
| parent | 5fe8061d04f375ceac1a7ba1a676c06b945ccd75 (diff) | |
| parent | 6f04520e9380aa72e986e244b2480f742dfdf1d4 (diff) | |
Merge pull request #818 from hairyhenderson/compress-with-upx-3.96
build: compress slim binary with upx 3.96
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.1.5-experimental -FROM --platform=linux/amd64 hairyhenderson/upx:3.94 AS upx +FROM --platform=linux/amd64 hairyhenderson/upx:3.96 AS upx FROM --platform=linux/amd64 golang:1.14.2-alpine3.11 AS build |
