We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e72755 commit 1325a9eCopy full SHA for 1325a9e
alcs-frontend/Dockerfile
@@ -1,5 +1,5 @@
1
###### Install dependencies only when needed ######
2
-FROM node:20-alpine AS build
+FROM node:24 AS build
3
4
# Make /app as working directory
5
WORKDIR /app
portal-frontend/Dockerfile
0 commit comments