Commit a0bbde9
authored
fix(devcontainer): bump to v3 Python image to fix Yarn GPG key failure (#781)
The v2 base image (mcr.microsoft.com/devcontainers/python:2-3.14-trixie)
ships with a Yarn Classic APT repository whose GPG key has expired,
causing apt-get update to fail during feature installation and breaking
the entire devcontainer build.
Bump to the v3 image (python:3-3.14-trixie, published 2026-01-30) which
no longer includes the Yarn APT repo, resolving the issue without any
additional workarounds.
Ref: devcontainers/images#17971 parent a29dc18 commit a0bbde9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments