Skip to content

Commit 8d1791e

Browse files
committed
Release 17-3.2.25 - See CHANGELOG.md
1 parent 45b7053 commit 8d1791e

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+
## 17-3.2.25 2025-08-14 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Postgres 17.6
5+
6+
17
## 17-3.2.24 2025-08-12 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG POSTGRES_VERSION
88
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
9-
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"17.5"} \
9+
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"17.6"} \
1010
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"7.4.1"} \
1111
CONTAINER_ENABLE_MESSAGING=FALSE \
1212
IMAGE_NAME="tiredofit/postgres" \

0 commit comments

Comments
 (0)