Skip to content

Commit

Permalink
Update Dockerfile.vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson authored Jun 25, 2024
1 parent 9e0e883 commit 21c33a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/Dockerfile.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH
# Install coder/code-server
RUN curl -fsSL https://code-server.dev/install.sh | sh

ARG EXTENSIONS="[email protected].0"
ARG EXTENSIONS="[email protected].1"
ENV EXTENSIONS=${EXTENSIONS}

COPY files/install_dependencies.sh /install_dependencies.sh
Expand All @@ -18,4 +18,4 @@ RUN chmod +x /entrypoint.sh
# ENV CONNECTION_TOKEN "test"
ENV DEFAULT_FOLDER "/root/"

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 21c33a9

Please sign in to comment.