We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6616a8e commit 815f1b6Copy full SHA for 815f1b6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 3.4.5 2025-05-20 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Pin to tiredofit/nginx-php-fpm:7.7.19
5
+ - Zabbix 7.2.7
6
7
8
## 3.4.4 2025-04-30 <fermion2020@github>
9
10
### Changed
Dockerfile
@@ -1,12 +1,12 @@
ARG PHP_BASE=8.3
ARG DISTRO="alpine"
-FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.17
+FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.19
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG ZABBIX_VERSION
-ENV ZABBIX_VERSION=7.2.6 \
+ENV ZABBIX_VERSION=7.2.7 \
PHP_ENABLE_LDAP=TRUE \
11
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
12
PHP_ENABLE_SOCKETS=TRUE \
0 commit comments