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