Skip to content

Commit f9b5da0

Browse files
committed
Release 15-3.1.1 - See CHANGELOG.md
1 parent 92ec9df commit f9b5da0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 15-3.1.1 2023-05-09 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Update Zabbix Postgresql Plugin to 6.4.2
5+
6+
17
## 15-3.1.0 2023-04-26 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
77
ARG POSTGRES_VERSION
88
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
99
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.2"} \
10-
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.2.7"} \
10+
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.2"} \
1111
CONTAINER_ENABLE_MESSAGING=FALSE \
1212
IMAGE_NAME="tiredofit/postgres:15" \
1313
IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"

0 commit comments

Comments
 (0)