Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 114ad1fc8e
Merge bef10823f3 into 218070eb13 2025-09-24 17:16:25 +00:00
renovate[bot] bef10823f3
chore(deps): update [docker] update dependencies 2025-09-24 17:16:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -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 # build assets & compile TypeScript

View File

@ -1,6 +1,6 @@
services: services:
nginx: nginx:
image: nginx:1.27 image: nginx:1.29
volumes: volumes:
- type: bind - type: bind
source: ./certificates/rootCA.crt source: ./certificates/rootCA.crt