dev: bump dev image to trixie (#7968)

This commit is contained in:
Michael Genson
2026-07-28 09:46:48 -05:00
committed by GitHub
parent 1eea0254a3
commit 472f652c65
3 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# [Choice] Python version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.10, 3.9, 3.8, 3.7, 3.6, 3-bullseye, 3.10-bullseye, 3.9-bullseye, 3.8-bullseye, 3.7-bullseye, 3.6-bullseye, 3-buster, 3.10-buster, 3.9-buster, 3.8-buster, 3.7-buster, 3.6-buster
ARG VARIANT="3.12-bullseye"
ARG VARIANT="3.12-trixie"
FROM mcr.microsoft.com/devcontainers/python:${VARIANT}
# Remove outdated yarn GPG key, if it exists
@@ -13,6 +13,7 @@ RUN echo "export PROMPT_COMMAND='history -a'" >> /home/vscode/.bashrc \
&& echo "export HISTFILE=~/commandhistory/.bash_history" >> /home/vscode/.bashrc \
&& chown vscode:vscode -R /home/vscode/
RUN npm install -g yarn
RUN npm install -g @go-task/cli
RUN npm install -g json-schema-to-typescript