Skip to content

Commit 6810b67

Browse files
committed
1.10.0pre
1 parent 2040bc6 commit 6810b67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
build:
13-
- { php_version: "8.4", php_version_latest: "true", distro: "alpine", distro_variant: "3.22", latest: "true", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
13+
- { php_version: "8.4", php_version_latest: "true", distro: "alpine", distro_variant: "3.23", latest: "true", distro_latest: "true", arch: "linux/amd64,linux/arm64" }
1414
#- { php_version: "8.3", php_version_latest: "true", distro: "alpine", distro_variant: "3.22", latest: "false", distro_latest: "false", arch: "linux/amd64,linux/arm64" }
1515
#- { php_version: "8.2", php_version_latest: "true", distro: "alpine", distro_variant: "3.22", latest: "false", distro_latest: "false", arch: "linux/amd64,linux/arm64" }
1616
#- { php_version: "8.4", php_version_latest: "false", distro: "debian", distro_variant: "trixie", latest: "false", distro_latest: "true", arch: "linux/amd64,linux/arm64" }

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Changed
44
- Changed Base Image to nfrastack/nginx-php-fpm
5-
- BookStack 2025.11.6
5+
- BookStack 2025.12.1
66

77
## 1.9.43 2025-09-23 <dave at tiredofit dot ca>
88

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LABEL \
1717
org.opencontainers.image.licenses="MIT"
1818

1919
ARG \
20-
BOOKSTACK_VERSION="v25.12" \
20+
BOOKSTACK_VERSION="v25.12.1" \
2121
BOOKSTACK_REPO_URL="https://github.com/BookStackApp/BookStack"
2222

2323
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md

0 commit comments

Comments
 (0)