Skip to content

Commit 72e11f3

Browse files
committed
Release 15-3.2.5 - See CHANGELOG.md
1 parent 7a597ac commit 72e11f3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG POSTGRES_VERSION
88
ARG 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 \

0 commit comments

Comments
 (0)