Skip to content

Commit

Permalink
Use the upx binary from hairyhenderson/upx
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 Jan 18, 2020
1 parent a61fa3f commit ea586a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ea586a8

Please sign in to comment.