Skip to content

Commit fc69340

Browse files
authored
Updated Dockerfile (#672)
Bumped up node-alpine image version to fix docker run command error.
1 parent f4bc0bc commit fc69340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is the main docker file configurations
22

33
# Official Node JS runtime as a parent image
4-
FROM node:10.16.0-alpine
4+
FROM node:20.0-alpine
55

66
# Set the working directory to ./app
77
WORKDIR /app

0 commit comments

Comments
 (0)