Skip to content

Commit 408df73

Browse files
committed
Release 3.3.9 - See CHANGELOG.md
1 parent eec1d0d commit 408df73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.9 2025-03-31 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Zabbix 7.2.5
5+
6+
17
## 3.3.8 2025-02-25 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG ZABBIX_VERSION
88

9-
ENV ZABBIX_VERSION=7.2.4 \
9+
ENV ZABBIX_VERSION=7.2.5 \
1010
PHP_ENABLE_LDAP=TRUE \
1111
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
1212
PHP_ENABLE_SOCKETS=TRUE \
@@ -69,6 +69,10 @@ RUN source /assets/functions/00-container && \
6969
whois \
7070
&& \
7171
\
72+
php-ext prepare && \
73+
php-ext reset && \
74+
php-ext enable core && \
75+
php-ext enable core && \
7276
mkdir -p \
7377
/etc/zabbix \
7478
/usr/lib/zabbix/alertscripts \

0 commit comments

Comments
 (0)