Skip to content

Commit 96c7f10

Browse files
authored
Merge pull request #2713 from bcgov/2684-fix-image-build
2684: Fix build attempt 1
2 parents 4e72755 + 1325a9e commit 96c7f10

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)