Skip to content

Commit

Permalink
Merge pull request #735 from hairyhenderson/use-upx-from-image
Browse files Browse the repository at this point in the history
Use the upx binary from hairyhenderson/upx
  • Loading branch information
Dave Henderson authored and GitHub committed Jan 18, 2020
2 parents a61fa3f + ea586a8 commit ccd539e
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 ccd539e

Please sign in to comment.