diff --git a/Dockerfile b/Dockerfile index d9e730e..27f2d6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/jpwhite3/polyglot:latest # CODER Installation -ENV CODER_VERSION 4.104.1 +ENV CODER_VERSION 4.108.2 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 \