Update to 24.02.1

This commit is contained in:
Daniel Berteaud 2024-03-11 09:27:33 +01:00
parent 85dcdf515f
commit cc474c7669
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"
image = "danielberteaud/bookstack:24.02.1-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
ARG BOOKSTACK_VERSION=24.02.1
ENV LANG=fr_FR.utf8 \
TZ=Europe/Paris \

View File

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