forked from dasch-swiss/beol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from dhlab-basel/wip/new-update-to-16
Update to Angular 16
- Loading branch information
Showing
35 changed files
with
9,194 additions
and
6,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: CI | ||
env: | ||
NV: 16.x # node version | ||
NV: 18.10.x # node version | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
### STAGE 1: Build ### | ||
|
||
# We label our stage as 'builder' | ||
FROM node:16-stretch as builder | ||
FROM node:18 as builder | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
@@ -27,7 +27,7 @@ RUN npm run build-prod | |
|
||
### STAGE 2: Setup ### | ||
|
||
FROM daschswiss/nginx-server:v1.1.1 | ||
FROM daschswiss/nginx-server:1.1.2 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
Oops, something went wrong.