Update to 24.02.2

This commit is contained in:
Daniel Berteaud 2024-03-11 22:19:12 +01:00
parent cc474c7669
commit 8643d61994
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ job "bookstack" {
driver = "docker"
config {
image = "danielberteaud/bookstack:24.02.1-1"
image = "danielberteaud/bookstack:24.02.2-1"
pids_limit = 100
readonly_rootfs = true
volumes = ["secrets/bookstack.env:/app/.env"]

View File

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

View File

@ -6,7 +6,7 @@ instance: bookstack
bookstack:
# BookStack version
version: 24.02.1
version: 24.02.2
# Docker image to use
image: '[[ .docker.repo ]]bookstack:[[ .bookstack.version ]]-1'