mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
update node version in dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Use the official lightweight Node.js 14 image.
|
# Use the official lightweight Node.js 14 image.
|
||||||
# https://hub.docker.com/_/node
|
# https://hub.docker.com/_/node
|
||||||
FROM node:14-slim
|
FROM node:20-slim
|
||||||
|
|
||||||
# Create and change to the app directory.
|
# Create and change to the app directory.
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:14-slim
|
FROM node:20-slim
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user