Skip to content

Commit 6b1f90a

Browse files
committed
Release 3.3.5 - See CHANGELOG.md
1 parent 0d7d58d commit 6b1f90a

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.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+
18
## 3.3.4 2024-09-25 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

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

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

77
ARG ZABBIX_VERSION
88

9-
ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.4"} \
9+
ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.5"} \
1010
PHP_ENABLE_LDAP=TRUE \
1111
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
1212
PHP_ENABLE_SOCKETS=TRUE \

0 commit comments

Comments
 (0)