Skip to content

Commit 1325a9e

Browse files
committed
This should fix image build issue
1 parent 4e72755 commit 1325a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alcs-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###### Install dependencies only when needed ######
2-
FROM node:20-alpine AS build
2+
FROM node:24 AS build
33

44
# Make /app as working directory
55
WORKDIR /app

portal-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###### Install dependencies only when needed ######
2-
FROM node:20-alpine AS build
2+
FROM node:24 AS build
33

44
# Make /app as working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)