We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de0c05 commit 2f65fadCopy full SHA for 2f65fad
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.0
+FROM golang:1.24.2
2
3
ARG upx_version=4.2.4
4
ARG GOPROXY
@@ -13,4 +13,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends xz-utils && \
13
chmod +x /usr/local/bin/upx && \
14
apt-get remove -y xz-utils && \
15
rm -rf /var/lib/apt/lists/*
16
-
README.md
@@ -10,7 +10,7 @@ See [Docker Hub](https://hub.docker.com/r/devopsworks/golang-upx) for final imag
10
## Usage
11
12
```dockerfile
-FROM devopsworks/golang-upx:1.23 as builder
+FROM devopsworks/golang-upx:1.24 AS builder
WORKDIR /src
@@ -36,4 +36,3 @@ CMD ["/app/somebinary"]
36
## Authors
37
38
[devopsworks](https://devops.works)
39
0 commit comments