We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cd9f6 commit ae3d8b2Copy full SHA for ae3d8b2
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
#-------------------------------------------------------------------------------------------------------------
5
6
-FROM node:12
+FROM node:16
7
8
# Avoid warnings by switching to noninteractive
9
ENV DEBIAN_FRONTEND=noninteractive
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.
2
{
- "name": "Node.js 12 & Postgres",
+ "name": "Node.js 16 & Postgres",
"dockerComposeFile": "docker-compose.yml",
"service": "web",
"workspaceFolder": "/workspace",
0 commit comments