Skip to content

Commit

Permalink
Updating coder-server to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite3 authored Sep 1, 2023
1 parent 1f5c8b5 commit 13060fe
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.15.0
ENV CODER_VERSION 4.16.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 13060fe

Please sign in to comment.