File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Use an official Node runtime as the base image
2
- FROM node:16
2
+ FROM node:18
3
3
4
4
# Set the working directory inside the container
5
5
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1
1
# Use an official Node runtime as the base image
2
- FROM node:16
2
+ FROM node:18
3
3
4
4
# Set the working directory inside the container
5
5
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1
1
# Use an official Node runtime as the base image
2
- FROM node:16
2
+ FROM node:18
3
3
4
4
# Set the working directory inside the container
5
5
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 1
1
# Use an official Node runtime as the base image
2
- FROM node:16
2
+ FROM node:18
3
3
4
4
# Set the working directory inside the container
5
5
WORKDIR /usr/src/app
You can’t perform that action at this time.
0 commit comments