Skip to content

Commit

Permalink
Merge pull request #7 from dhlab-basel/wip/new-update-to-16
Browse files Browse the repository at this point in the history
Update to Angular 16
  • Loading branch information
Vijeinath authored Jan 26, 2024
2 parents 3800757 + 9536b93 commit 613cfbb
Show file tree
Hide file tree
Showing 35 changed files with 9,194 additions and 6,336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
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]"

Expand All @@ -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]"

Expand Down
Loading

0 comments on commit 613cfbb

Please sign in to comment.