Skip to content

Commit

Permalink
Bump upx version
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKarstoft committed Dec 7, 2024
1 parent da58869 commit 8ce8cff
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,6 +1,6 @@
FROM golang:1.23.1-alpine AS builder

ARG UPX_VERSION=4.2.1-r0
ARG UPX_VERSION=4.2.4-r0

RUN apk update && apk add --no-cache ca-certificates upx=$UPX_VERSION tzdata && update-ca-certificates

Expand Down

0 comments on commit 8ce8cff

Please sign in to comment.