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 2ca9727 commit 4558c35Copy full SHA for 4558c35
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 15-3.2.9 2025-02-14 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Postgresql 15.11
5
6
7
## 15-3.2.8 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:-"15.10"} \
+ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.11"} \
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