Skip to content

Commit

Permalink
upgrade node:18 to node:22 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Mar 5, 2025
1 parent 25d428b commit 8f43d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS build
FROM node:22 AS build

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 8f43d90

Please sign in to comment.