Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit b530e44

Browse files
Chuxeljoshspicer
andauthored
Prep for Node 18 release, Node 12 deprecation (#1398)
Co-authored-by: Josh Spicer <[email protected]>
1 parent c6e5862 commit b530e44

File tree

23 files changed

+54
-54
lines changed

23 files changed

+54
-54
lines changed

containers/dapr-javascript-node/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [Choice] Node.js version: 14, 12, 10
2-
ARG VARIANT=14
1+
# [Choice] Node.js version: 18, 16, 14
2+
ARG VARIANT=16
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
44

55
# [Option] Enable non-root Docker access in container

containers/dapr-javascript-node/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
args:
8-
variant: 14
8+
variant: 16-bullseye
99

1010
environment:
1111
DAPR_NETWORK: dapr-dev-container

containers/elm/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:12
1+
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:16
22

33
# Configuring Elm version
44
ARG ELM_VERSION=latest-0.19.1

containers/hugo/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 10, 12, 14
2-
ARG NODE_VERSION=14
1+
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
2+
ARG NODE_VERSION=16
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${NODE_VERSION}
44

55
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.

containers/javascript-node-azurite/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
1+
# [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
22
ARG VARIANT=16-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
44
USER root

containers/javascript-node-azurite/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
args:
9-
# Update 'VARIANT' to pick an LTS version of Node.js: 16, 14, 12.
9+
# Update 'VARIANT' to pick an LTS version of Node.js: 18, 16, 14.
1010
# Append -bullseye or -buster to pin to an OS version.
1111
# Use -bullseye variants on local arm64/Apple Silicon.
1212
VARIANT: 16-bullseye

containers/javascript-node-mongo/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
1+
# [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
22
ARG VARIANT=16-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
44

containers/javascript-node-mongo/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
args:
9-
# Update 'VARIANT' to pick an LTS version of Node.js: 16, 14, 12.
9+
# Update 'VARIANT' to pick an LTS version of Node.js: 18, 16, 14.
1010
# Append -bullseye or -buster to pin to an OS version.
1111
# Use -bullseye variants on local arm64/Apple Silicon.
1212
VARIANT: 14-buster

containers/javascript-node-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
1+
# [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
22
ARG VARIANT=16-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
44

containers/javascript-node-postgres/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
args:
9-
# Update 'VARIANT' to pick an LTS version of Node.js: 16, 14, 12.
9+
# Update 'VARIANT' to pick an LTS version of Node.js: 18, 16, 14.
1010
# Append -bullseye or -buster to pin to an OS version.
1111
# Use -bullseye variants on local arm64/Apple Silicon.
1212
VARIANT: 16-bullseye

0 commit comments

Comments
 (0)