Skip to content

Commit

Permalink
bump 1.22 & 4.2.2
Browse files Browse the repository at this point in the history
🎉
  • Loading branch information
leucos committed Feb 15, 2024
1 parent 205b0db commit 19b2441
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.21
FROM golang:1.22

ARG upx_version=4.1.0
ARG upx_version=4.2.2
ARG GOPROXY

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
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.21 as builder
FROM devopsworks/golang-upx:1.22 as builder

WORKDIR /src

Expand Down

0 comments on commit 19b2441

Please sign in to comment.