File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 15-3.2.5 2023-08-14 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Postgres 15.4
5+
6+
17## 15-3.2.4 2023-07-15 <dave at tiredofit dot ca >
28
39 ### Added
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66
77ARG POSTGRES_VERSION
88ARG POSTGRES_ZABBIX_PLUGIN_VERSION
9- ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.3 " } \
10- POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.4 " } \
9+ ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.4 " } \
10+ POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.5 " } \
1111 CONTAINER_ENABLE_MESSAGING=FALSE \
1212 IMAGE_NAME="tiredofit/postgres:15" \
1313 IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"
@@ -50,7 +50,7 @@ RUN source /assets/functions/00-container && \
5050 zlib-dev \
5151 zstd-dev \
5252 && \
53- \
53+ \
5454 package install .postgres-run-deps \
5555 icu-data-full \
5656 libpq-dev \
You can’t perform that action at this time.
0 commit comments