Compare commits

...

3 Commits

Author SHA1 Message Date
ad711db61a 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
2025-04-29 05:48:53 +00:00
e4f9d34dec Dockerfile aktualisiert 2025-04-29 05:47:50 +00:00
3ab651da6d README.md aktualisiert 2025-04-29 05:46:36 +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