Skip to content

Commit

Permalink
Merge pull request #435 from funidata/DS-322-angular-update-18
Browse files Browse the repository at this point in the history
[DEPS]: Angular update from 17 to 18
  • Loading branch information
xanxan committed Sep 20, 2024
2 parents 1772ff7 + a3576dd commit 5a814b4
Show file tree
Hide file tree
Showing 65 changed files with 3,640 additions and 3,845 deletions.
4 changes: 2 additions & 2 deletions ngx-fudis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2 AS dev
FROM node:18.19.1 AS dev

# Install dependencies.
WORKDIR /usr/src/app
Expand All @@ -11,7 +11,7 @@ RUN npm run build:ngx-fudis
CMD npm run storybook

# Reduce image size in CI speeding up artifact upload.
FROM node:18.18.2-alpine
FROM node:18.19.1-alpine

WORKDIR /usr/src/app
COPY --from=dev /usr/src/app .
Loading

0 comments on commit 5a814b4

Please sign in to comment.