1 parent 03e8915 commit a4c4ee2Copy full SHA for a4c4ee2
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ghcr.io/jpwhite3/polyglot:latest
2
3
# CODER Installation
4
-ENV CODER_VERSION 4.96.4
+ENV CODER_VERSION 4.108.2
5
RUN \
6
mkdir -p /config/data /config/workspace \
7
&& curl -fOL https://github.com/cdr/code-server/releases/download/v${CODER_VERSION}/code-server_${CODER_VERSION}_amd64.deb \
0 commit comments