diff --git a/Dockerfile b/Dockerfile index 1555d7f..462433b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/jpwhite3/polyglot:latest # CODER Installation -ENV CODER_VERSION 4.22.1 +ENV CODER_VERSION 4.89.1 RUN \ mkdir -p /config/data /config/workspace \ && curl -fOL https://github.com/cdr/code-server/releases/download/v${CODER_VERSION}/code-server_${CODER_VERSION}_amd64.deb \