Skip to content

Commit 7fd0342

Browse files
authored
Merge pull request #592 from codeforpdx/590-update-Docker.react-to-use-Node-18
Per Issue #590 - updated Docker.react file to pull node:18.
2 parents 985d281 + 703a7ae commit 7fd0342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.react

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the React app
2-
FROM node:16 AS build
2+
FROM node:18 AS build
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)