Update rendered example

This commit is contained in:
Daniel Berteaud 2024-05-03 10:53:36 +02:00
parent bb8e83a57c
commit d486436f5a
2 changed files with 3 additions and 4 deletions

View File

@ -4,8 +4,6 @@ job "bookstack" {
region = "global"
group "bookstack" {
count = 1
@ -15,6 +13,7 @@ job "bookstack" {
}
volume "data" {
source = "bookstack-data"
type = "csi"

View File

@ -1,4 +1,4 @@
FROM danielberteaud/php:82.24.4-1
FROM danielberteaud/php:82.24.5-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG BOOKSTACK_VERSION=24.02.3
@ -13,7 +13,7 @@ ENV LANG=fr_FR.utf8 \
SESSION_SECURE_COOKIE=true
USER root
COPY --from=danielberteaud/wkhtmltopdf:24.4-1 /usr/local/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
COPY --from=danielberteaud/wkhtmltopdf:24.5-1 /usr/local/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
RUN set -euxo pipefail &&\
apk add --no-cache \
php${PHP_VERSION}-tokenizer \