Update to 23.12.3

This commit is contained in:
Daniel Berteaud 2024-02-26 13:26:43 +01:00
parent c6161d6205
commit 71019268da
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
job "bookstack" {
datacenters = ["dc1"]
region = "global"
group "bookstack" {
@ -77,7 +78,7 @@ job "bookstack" {
driver = "docker"
config {
image = "danielberteaud/bookstack:23.12.2-2"
image = "danielberteaud/bookstack:23.12.3-2"
pids_limit = 100
readonly_rootfs = true
volumes = ["secrets/bookstack.env:/app/.env"]

View File

@ -1,7 +1,7 @@
FROM danielberteaud/php:82.24.2-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG BOOKSTACK_VERSION=23.12.2
ARG BOOKSTACK_VERSION=23.12.3
ENV LANG=fr_FR.utf8 \
TZ=Europe/Paris \

View File

@ -6,7 +6,7 @@ instance: bookstack
bookstack:
# BookStack version
version: 23.12.2
version: 23.12.3
# Docker image to use
image: '[[ .docker.repo ]]bookstack:[[ .bookstack.version ]]-2'