Skip to content

Commit

Permalink
Merge pull request #818 from hairyhenderson/compress-with-upx-3.96
Browse files Browse the repository at this point in the history
build: compress slim binary with upx 3.96
  • Loading branch information
Dave Henderson authored and GitHub committed Apr 23, 2020
2 parents 5fe8061 + 6f04520 commit 46ceeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 46ceeee

Please sign in to comment.