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 04e3dd8 commit 9e92130Copy full SHA for 9e92130
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 16-3.2.21 2025-02-21 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - PostgreSQL 16.8
5
6
7
## 16-3.2.20 2025-02-14 <joergmschulz@github>
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:-"16.7"} \
+ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"16.8"} \
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