mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
fix(devcontainer): upgrade node to version 20 (#3385)
* fix(devcontainer): upgrade node to version 20 * chore: since Windows and Linux use different default line endings, Git may report a large number of modified files that have no differences aside from their line endings.
This commit is contained in:
parent
79ee1ad15f
commit
5a6734429c
@ -3,7 +3,7 @@
|
||||
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
|
||||
#-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
FROM node:12
|
||||
FROM node:20
|
||||
|
||||
# Avoid warnings by switching to noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.
|
||||
{
|
||||
"name": "Node.js 12 & Postgres",
|
||||
"name": "Node.js 20 & Postgres",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "web",
|
||||
"workspaceFolder": "/workspace",
|
||||
|
||||
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
||||
Loading…
x
Reference in New Issue
Block a user