Merge c07f305a22
into 4c536630d4
This commit is contained in:
commit
474832c552
|
@ -1,6 +1,6 @@
|
|||
# syntax = docker/dockerfile:1.4
|
||||
# syntax = docker/dockerfile:1.18
|
||||
|
||||
ARG NODE_VERSION=22.15.0-bookworm
|
||||
ARG NODE_VERSION=22.20.0-bookworm
|
||||
|
||||
# build assets & compile TypeScript
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
nginx:
|
||||
image: nginx:1.27
|
||||
image: nginx:1.28
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./certificates/rootCA.crt
|
||||
|
|
Loading…
Reference in New Issue