From 205b0dba3c6650b4373f53512a850126f205996d Mon Sep 17 00:00:00 2001 From: Michel Blanc Date: Fri, 11 Aug 2023 18:12:28 +0200 Subject: [PATCH] go 1.21 support + upx 4.1.0 added go 1.21 bumped to upx 4.1.0 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc74ff7..f63a2a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/README.md b/README.md index e921b66..cf2d48a 100644 --- a/README.md +++ b/README.md @@ -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