Merge pull request '2025-04-29' (#1) from 2025-04-29 into main
All checks were successful
release-tag / release-image (push) Successful in 4m46s

Reviewed-on: #1
This commit is contained in:
2025-04-29 05:48:53 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,3 +1,4 @@
# code-server-go # code-server-go
2025-04-01: Patches and Security-Updates 2025-04-01: Patches and Security-Updates
2025-04-29: Patches and Security-Updates