Skip to content

Commit

Permalink
Merge pull request #368 from Project-Coda/renovate/mcr.microsoft.com-…
Browse files Browse the repository at this point in the history
…vscode-devcontainers-javascript-node-22.x

⬆️ Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v22
  • Loading branch information
ikifar2012 authored Aug 23, 2024
2 parents 0c60e45 + c6f7546 commit a17ed12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=20-bookworm
ARG VARIANT=22-bookworm
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
Expand Down

0 comments on commit a17ed12

Please sign in to comment.