Compare commits

...

4 Commits

Author SHA1 Message Date
KanariKanaru
5f65ab7b4b
Merge 388548bf19 into f123be38b9 2024-12-21 23:59:36 +09:00
KanariKanaru
388548bf19
Merge branch 'develop' into chore-docker-debian-version 2024-12-14 19:45:05 +09:00
KanariKanaru
ab5d21d164
Merge branch 'develop' into chore-docker-debian-version 2024-11-30 15:45:50 +09:00
KanariKanaru
9e412faac8
Chore: Docker内のDebianのバージョンを上げる(bookworm) 2024-11-29 17:59:06 +09:00

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4 # syntax = docker/dockerfile:1.4
ARG NODE_VERSION=22.11.0-bullseye ARG NODE_VERSION=22.11.0-bookworm
# build assets & compile TypeScript # build assets & compile TypeScript