Update to 24.02.3

This commit is contained in:
Daniel Berteaud 2024-04-05 22:16:18 +02:00
parent 2118801236
commit bb8e83a57c
3 changed files with 5 additions and 5 deletions

View File

@ -80,7 +80,7 @@ job "bookstack" {
driver = "docker"
config {
image = "danielberteaud/bookstack:24.02.2-1"
image = "danielberteaud/bookstack:24.02.3-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
FROM danielberteaud/php:82.24.4-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG BOOKSTACK_VERSION=24.02.2
ARG BOOKSTACK_VERSION=24.02.3
ENV LANG=fr_FR.utf8 \
TZ=Europe/Paris \
@ -13,7 +13,7 @@ ENV LANG=fr_FR.utf8 \
SESSION_SECURE_COOKIE=true
USER root
COPY --from=danielberteaud/wkhtmltopdf:24.3-1 /usr/local/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
COPY --from=danielberteaud/wkhtmltopdf:24.4-1 /usr/local/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
RUN set -euxo pipefail &&\
apk add --no-cache \
php${PHP_VERSION}-tokenizer \

View File

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