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" 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