update node version in dockerfile

This commit is contained in:
AlecM33
2024-11-10 12:48:22 -05:00
parent 0fe9432528
commit 35d280d5ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
FROM node:14-slim FROM node:20-slim
WORKDIR /usr/src/app WORKDIR /usr/src/app