File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.3.9 2025-03-31 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Zabbix 7.2.5
5
+
6
+
1
7
## 3.3.8 2025-02-25 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
6
6
7
7
ARG ZABBIX_VERSION
8
8
9
- ENV ZABBIX_VERSION=7.2.4 \
9
+ ENV ZABBIX_VERSION=7.2.5 \
10
10
PHP_ENABLE_LDAP=TRUE \
11
11
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
12
12
PHP_ENABLE_SOCKETS=TRUE \
@@ -69,6 +69,10 @@ RUN source /assets/functions/00-container && \
69
69
whois \
70
70
&& \
71
71
\
72
+ php-ext prepare && \
73
+ php-ext reset && \
74
+ php-ext enable core && \
75
+ php-ext enable core && \
72
76
mkdir -p \
73
77
/etc/zabbix \
74
78
/usr/lib/zabbix/alertscripts \
You can’t perform that action at this time.
0 commit comments