Skip to content

Commit f88730c

Browse files
committed
bump to 1.23.2 & 4.2.4
1 parent c3e5c80 commit f88730c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.22.4
1+
FROM golang:1.23.2
22

3-
ARG upx_version=4.2.2
3+
ARG upx_version=4.2.4
44
ARG GOPROXY
55
ARG TARGETARCH=${TARGETARCH:-amd64}
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See [Docker Hub](https://hub.docker.com/r/devopsworks/golang-upx) for final imag
1010
## Usage
1111

1212
```dockerfile
13-
FROM devopsworks/golang-upx:1.22 as builder
13+
FROM devopsworks/golang-upx:1.23 as builder
1414

1515
WORKDIR /src
1616

0 commit comments

Comments
 (0)