Skip to content

Commit ccdc47d

Browse files
committed
Release 16-3.2.7 - See CHANGELOG.md
1 parent 72e11f3 commit ccdc47d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 16-3.2.7 2023-09-14 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Postgresql 16.0
5+
6+
17
## 15-3.2.5 2023-08-14 <dave at tiredofit dot ca>
28

39
### 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:-"15.4"} \
10-
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.5"} \
9+
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.0"} \
10+
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.6"} \
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)