From 3ab651da6dce62bc0b5d964444e995f9ea3dbb97 Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 29 Apr 2025 05:46:36 +0000 Subject: [PATCH 1/2] README.md aktualisiert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8917f41..4791985 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # code-server-go -2025-04-01: Patches and Security-Updates \ No newline at end of file +2025-04-01: Patches and Security-Updates +2025-04-29: Patches and Security-Updates \ No newline at end of file From e4f9d34dec64f063e9e2558fc988d5acb46e3f47 Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 29 Apr 2025 05:47:50 +0000 Subject: [PATCH 2/2] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01f3261..e33636f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM codercom/code-server:latest -ENV VERSION="1.24.1" +ENV VERSION="1.24.2" ENV ARCH="amd64" ENV GOPATH="/usr/local/go" RUN curl -O -L "https://golang.org/dl/go${VERSION}.linux-${ARCH}.tar.gz"