We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e5c80 commit f88730cCopy full SHA for f88730c
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM golang:1.22.4
+FROM golang:1.23.2
2
3
-ARG upx_version=4.2.2
+ARG upx_version=4.2.4
4
ARG GOPROXY
5
ARG TARGETARCH=${TARGETARCH:-amd64}
6
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
13
-FROM devopsworks/golang-upx:1.22 as builder
+FROM devopsworks/golang-upx:1.23 as builder
14
15
WORKDIR /src
16
0 commit comments