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 0d7d58d commit 6b1f90aCopy full SHA for 6b1f90a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 3.3.5 2024-10-22 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Zabbix 7.0.5
5
+ - pin to tiredofit/nginx-php-fpm:7.7-13
6
7
8
## 3.3.4 2024-09-25 <dave at tiredofit dot ca>
9
10
### Added
Dockerfile
@@ -1,12 +1,12 @@
ARG PHP_BASE=8.2
ARG DISTRO="alpine"
-FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.9
+FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.13
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG ZABBIX_VERSION
-ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.4"} \
+ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.5"} \
PHP_ENABLE_LDAP=TRUE \
11
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
12
PHP_ENABLE_SOCKETS=TRUE \
0 commit comments