Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node d…
Browse files Browse the repository at this point in the history
…ocker tag to v12 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Muchovej <[email protected]>
  • Loading branch information
renovate[bot] and jmuchovej authored Sep 9, 2024
1 parent c041522 commit 7eedd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//* Microsoft says there's some issue with `libssl` on ARM64, so `buster` and
//* `ubuntu 20.04` can't be used. Thus, we need to specify `bullseye` since
//* there's no named tag for Ubuntu variants.
"image": "mcr.microsoft.com/devcontainers/typescript-node:bullseye",
"image": "mcr.microsoft.com/devcontainers/typescript-node:bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils": {
"installZsh": true,
Expand Down

0 comments on commit 7eedd5a

Please sign in to comment.