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 0ca7684 commit 8ad265cCopy full SHA for 8ad265c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 17-3.2.22 2025-02-14 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Postgresql 17.3
5
6
7
## 17-3.2.21 2025-02-04 <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.2"} \
+ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"17.3"} \
10
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"7.0.8"} \
11
CONTAINER_ENABLE_MESSAGING=FALSE \
12
IMAGE_NAME="tiredofit/postgres" \
0 commit comments