Skip to content

Commit

Permalink
build: compress slim binary with upx 3.96
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
Dave Henderson committed Apr 23, 2020
1 parent 5fe8061 commit 6f04520
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 6f04520

Please sign in to comment.