Update to 24.02

This commit is contained in:
Daniel Berteaud 2024-02-28 15:24:34 +01:00
parent 71019268da
commit 4b2ed17af9
3 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ job "bookstack" {
driver = "docker"
config {
image = "danielberteaud/bookstack:23.12.3-2"
image = "danielberteaud/bookstack:24.02-1"
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.3
ARG BOOKSTACK_VERSION=24.02
ENV LANG=fr_FR.utf8 \
TZ=Europe/Paris \

View File

@ -6,10 +6,10 @@ instance: bookstack
bookstack:
# BookStack version
version: 23.12.3
version: 24.02
# Docker image to use
image: '[[ .docker.repo ]]bookstack:[[ .bookstack.version ]]-2'
image: '[[ .docker.repo ]]bookstack:[[ .bookstack.version ]]-1'
# Number of instances to run
count: 1