Skip to content

Commit

Permalink
go 1.21 support + upx 4.1.0
Browse files Browse the repository at this point in the history
added go 1.21
bumped to upx 4.1.0
  • Loading branch information
leucos committed Aug 11, 2023
1 parent 7f37147 commit 205b0db
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.20
FROM golang:1.21

ARG upx_version=4.0.2
ARG upx_version=4.1.0
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.16 as builder
FROM devopsworks/golang-upx:1.21 as builder

WORKDIR /src

Expand Down

0 comments on commit 205b0db

Please sign in to comment.