We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b008c commit e3d7aa8Copy full SHA for e3d7aa8
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.22
7
-ENV GOLANGCI_LINT_VERSION=v1.56.2
+ENV GO_VERSION=1.23
+ENV GOLANGCI_LINT_VERSION=v1.61.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.
@@ -34,7 +34,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
34
zip \
35
shellcheck \
36
etcd-server \
37
- && UPX_VERSION=4.0.2 \
+ && UPX_VERSION=4.2.4 \
38
&& OS_ARCH=$(dpkg --print-architecture) \
39
&& wget https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
40
&& tar -Jxvf upx-${UPX_VERSION}-${OS_ARCH}_linux.tar.xz \
0 commit comments