Skip to content

Commit 93df08f

Browse files
committed
Release 16-3.2.13 - See CHANGELOG.md
1 parent 7cc1095 commit 93df08f

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+
## 16-3.2.13 2024-05-09 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Postgresql 16.3
5+
- Postgresql Zabbix Plugin 6.4.13
6+
7+
18
## 16-3.2.12 2024-02-06 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG POSTGRES_VERSION
88
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
9-
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.2"} \
10-
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.11"} \
9+
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.3"} \
10+
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.13"} \
1111
CONTAINER_ENABLE_MESSAGING=FALSE \
1212
IMAGE_NAME="tiredofit/postgres" \
1313
IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"

0 commit comments

Comments
 (0)