Skip to content

Commit 675dd30

Browse files
committed
Update devcontainer to latest release
Update to latest Python devcontainer. The breaking changes were removal of Python 3.9 and adding of Debian Trixie. Only the latter affects this repository.
1 parent 5575278 commit 675dd30

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

addons/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/base:1-debian
1+
FROM mcr.microsoft.com/devcontainers/base:3-debian
22

33
ENV \
44
DEBIAN_FRONTEND=noninteractive \

addons/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
3

supervisor/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:1-3.13
1+
FROM mcr.microsoft.com/devcontainers/python:3-3.13
22

33
ENV \
44
DEBIAN_FRONTEND=noninteractive \
@@ -37,7 +37,6 @@ RUN \
3737
shellcheck \
3838
cosign \
3939
os-agent \
40-
yarn \
4140
&& usermod -aG docker vscode
4241

4342
COPY ./supervisor/rootfs /

supervisor/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
3

0 commit comments

Comments
 (0)