We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b7053 commit 8d1791eCopy full SHA for 8d1791e
CHANGELOG.md
@@ -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
7
## 17-3.2.24 2025-08-12 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG POSTGRES_VERSION
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
-ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"17.5"} \
+ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"17.6"} \
10
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"7.4.1"} \
11
CONTAINER_ENABLE_MESSAGING=FALSE \
12
IMAGE_NAME="tiredofit/postgres" \
0 commit comments