Skip to content

Commit 13d98db

Browse files
authored
Merge pull request #19 from JAQStack/dockerfile-updates
Dockerfile updates
2 parents 215c686 + 74ee32e commit 13d98db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apt-get update && \
1111
rm -rf /var/lib/apt/lists/*
1212

1313
# Install Angular CLI globally (Yarn is already available in Node.js image)
14-
RUN npm install -g --unsafe-perm @angular/cli@latest
14+
# Use Angular CLI 17 to match the project's Angular version
15+
RUN npm install -g --unsafe-perm @angular/cli@17
1516

1617
# Copy Maven files first for better caching
1718
COPY examples/basicauthentication/pom.xml /app/pom.xml

0 commit comments

Comments
 (0)