Update auf golang 1.24.1 / codeserver 4.98.2
All checks were successful
release-tag / release-image (push) Successful in 9m35s

This commit is contained in:
2025-03-31 14:48:16 +00:00
parent a808b4a55d
commit bbadec35c6

View File

@@ -1,5 +1,5 @@
FROM codercom/code-server:latest
ENV VERSION="1.21.4"
ENV VERSION="1.24.1"
ENV ARCH="amd64"
RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"
RUN tar -xf "go${VERSION}.linux-${ARCH}.tar.gz"