Skip to content

Commit b96d877

Browse files
chore: update node version in Dockerfile
1 parent 602364d commit b96d877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use node image for building the frontend
2-
FROM node:16-alpine AS build
2+
FROM node:25-alpine AS build
33

44
# Set working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)