mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-20 19:20:41 +00:00
chore(deps): update [docker] update dependencies (#17203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# syntax = docker/dockerfile:1.20
|
# syntax = docker/dockerfile:1.21
|
||||||
|
|
||||||
ARG NODE_VERSION=22.21.1-bookworm
|
ARG NODE_VERSION=22.22.0-bookworm
|
||||||
|
|
||||||
# build assets & compile TypeScript
|
# build assets & compile TypeScript
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user