We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab759c6 commit 3cc2851Copy full SHA for 3cc2851
1 file changed
rootfs/Dockerfile
@@ -3,8 +3,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
3
4
LABEL name="drycc-go-dev"
5
6
-ENV GO_VERSION=1.24
7
-ENV GOLANGCI_LINT_VERSION=v1.64.8
+ENV GO_VERSION=1.25
+ENV GOLANGCI_LINT_VERSION=v2.4.0
8
9
# This is a huge one-liner to optimize the Container image layer.
10
# We disable source repos to speed up apt-get update.
@@ -35,7 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
35
zip \
36
shellcheck \
37
etcd-server \
38
- && UPX_VERSION=4.2.4 \
+ && UPX_VERSION=5.0.2 \
39
&& OS_ARCH=$(dpkg --print-architecture) \
40
&& wget https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
41
&& tar -Jxvf upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
0 commit comments