Update dependency mcr.microsoft.com/vscode/devcontainers/javascript-node to v18

This commit is contained in:
Renovate Bot 2022-06-11 18:14:36 +00:00 committed by renovate[bot]
parent 22f9db2c02
commit 84d2b63175

View file

@ -1,5 +1,5 @@
# [Choice] Node.js version: 14, 12, 10 # [Choice] Node.js version: 14, 12, 10
ARG VARIANT=16 ARG VARIANT=18
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT} FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
# [Optional] Uncomment this section to install additional OS packages. # [Optional] Uncomment this section to install additional OS packages.