Skip to content

Commit

Permalink
Merge pull request #8 from jpwhite3/develop
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jpwhite3 authored May 16, 2024
2 parents e90a9ce + c9b708b commit 13f4a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 13f4a96

Please sign in to comment.