Skip to content

Commit 4f1528b

Browse files
committed
fix: upgrading Node version in the Dockerfile
1 parent 79ba158 commit 4f1528b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ----------------------
22
# Stage 1: Build assets
33
# ----------------------
4-
FROM node:20-slim AS builder
4+
FROM node:22-slim AS builder
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)