Skip to content

Commit 564ba81

Browse files
committed
CHG update derivative environments to 3.13
1 parent 0336e8d commit 564ba81

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

theia-admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia
1+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
22

33
ENV DOCKER_CONFIG="/docker/"
44

theia-cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
npx vsce package --out /webfreak-debug.vsix
1414

1515

16-
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia
16+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
1717

1818
ARG USER=anubis
1919
ARG GDB_VERSION=14.1

theia-devops/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.digitalocean.com/anubis/theia-base:python-3.9 as theia
1+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
22
USER root
33

44
COPY requirements.txt requirements-dev.txt /

theia-golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/theia-ide/theia-apps/tree/master/theia-cpp-docker
22

3-
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia
3+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
44
USER root
55

66
# Step for downloading any new extensions

theia-pincer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
npx vsce package --out /webfreak-debug.vsix
1414

1515

16-
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia
16+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
1717

1818
ARG USER=anubis
1919
ARG GDB_VERSION=13.2

theia-procdesign/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
npx vsce package --out /webfreak-debug.vsix
1414

1515

16-
FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia
16+
FROM registry.digitalocean.com/anubis/theia-base:python-3.13 as theia
1717

1818
ARG USER=anubis
1919
ARG GDB_VERSION=13.2

0 commit comments

Comments
 (0)