We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e72755 + 1325a9e commit 96c7f10Copy full SHA for 96c7f10
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