Skip to content

Commit

Permalink
CHG bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Jan 21, 2024
1 parent 3d20cc3 commit 6821520
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions theia-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ENV PY_VERSION=$PY_VERSION \
TZ=America/New_York \
PUID=1001 \
GUID=1001 \
NODE_VERSION=$NODE_VERSION \
TERM=xterm-256color \
DEBIAN_FRONTEND=noninteractive \
REPO_NAME="" \
Expand Down Expand Up @@ -139,7 +138,7 @@ RUN set -ex; \
chown anubis:anubis /log

# Build Theia Application
ARG CODE_SERVER_VERSION=4.18.0
ARG CODE_SERVER_VERSION=4.20.0
ARG CODE_SERVER_INDEX=/usr/lib/code-server/lib/vscode/out/vs/code/browser/workbench/workbench.html
COPY config.yml /etc/anubis/config.yml
COPY settings.json /opt/code-server/User/settings.json
Expand Down
2 changes: 1 addition & 1 deletion theia-cpp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/theia-ide/theia-apps/tree/master/theia-cpp-docker

FROM node:16 as vsix
FROM node:18 as vsix

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion theia-osiris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG PY_VERSION=3.10
ARG BASE_IMAGE=registry.digitalocean.com/anubis/theia-base:python-${PY_VERSION}

FROM node:16 as vsix
FROM node:18 as vsix

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion theia-pincer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/theia-ide/theia-apps/tree/master/theia-cpp-docker

FROM node:16 as code-debug-visx
FROM node:18 as code-debug-visx

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion theia-procdesign/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/theia-ide/theia-apps/tree/master/theia-cpp-docker

FROM node:16 as vsix
FROM node:18 as vsix

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 6821520

Please sign in to comment.