Skip to content

Commit

Permalink
Release 3.3.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Sep 25, 2024
1 parent b483151 commit 0d7d58d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.3.4 2024-09-25 <dave at tiredofit dot ca>

### Added
- Zabbix 7.0.4
- Pin to tiredofit/nginx-php-fpm:8.2-alpine-7.7.9


## 3.3.3 2024-08-19 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PHP_BASE=8.2
ARG DISTRO="alpine"

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

ARG ZABBIX_VERSION

ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.3"} \
ENV ZABBIX_VERSION=${ZABBIX_VERSION:-"7.0.4"} \
PHP_ENABLE_LDAP=TRUE \
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
PHP_ENABLE_SOCKETS=TRUE \
Expand Down

0 comments on commit 0d7d58d

Please sign in to comment.