Skip to content

Commit

Permalink
bump to 1.23.2 & 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Nov 8, 2024
1 parent c3e5c80 commit f88730c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22.4
FROM golang:1.23.2

ARG upx_version=4.2.2
ARG upx_version=4.2.4
ARG GOPROXY
ARG TARGETARCH=${TARGETARCH:-amd64}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See [Docker Hub](https://hub.docker.com/r/devopsworks/golang-upx) for final imag
## Usage

```dockerfile
FROM devopsworks/golang-upx:1.22 as builder
FROM devopsworks/golang-upx:1.23 as builder

WORKDIR /src

Expand Down

0 comments on commit f88730c

Please sign in to comment.