Skip to content

Commit 2f65fad

Browse files
committed
Upgrade golang from v1.24.0 to v1.24.2
1 parent 4de0c05 commit 2f65fad

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0
1+
FROM golang:1.24.2
22

33
ARG upx_version=4.2.4
44
ARG GOPROXY
@@ -13,4 +13,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends xz-utils && \
1313
chmod +x /usr/local/bin/upx && \
1414
apt-get remove -y xz-utils && \
1515
rm -rf /var/lib/apt/lists/*
16-

README.md

+1-2
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.23 as builder
13+
FROM devopsworks/golang-upx:1.24 AS builder
1414

1515
WORKDIR /src
1616

@@ -36,4 +36,3 @@ CMD ["/app/somebinary"]
3636
## Authors
3737

3838
[devopsworks](https://devops.works)
39-

0 commit comments

Comments
 (0)