Skip to content

Commit 815f1b6

Browse files
committed
Release 3.4.5 - See CHANGELOG.md
1 parent 6616a8e commit 815f1b6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 3.4.4 2025-04-30 <fermion2020@github>
29

310
### Changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
ARG PHP_BASE=8.3
22
ARG DISTRO="alpine"
33

4-
FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.17
4+
FROM docker.io/tiredofit/nginx-php-fpm:${PHP_BASE}-${DISTRO}-7.7.19
55
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG ZABBIX_VERSION
88

9-
ENV ZABBIX_VERSION=7.2.6 \
9+
ENV ZABBIX_VERSION=7.2.7 \
1010
PHP_ENABLE_LDAP=TRUE \
1111
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
1212
PHP_ENABLE_SOCKETS=TRUE \

0 commit comments

Comments
 (0)