Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshbehera authored Oct 19, 2023
1 parent 53162ed commit 0b03b47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use an official Node runtime as the base image
FROM node:14-alpine
# Use a newer official Node runtime as a parent image
# Make sure to use a version of the Node image that includes Node.js v16.14 or higher
FROM node:16-alpine

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down

0 comments on commit 0b03b47

Please sign in to comment.