Skip to content

Commit 9eeb72c

Browse files
committed
Release 15-3.2.1 - See CHANGELOG.md
1 parent 4f4443b commit 9eeb72c

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.1 2023-06-16 <dave at tiredofit dot ca>
2+
3+
### Reverted
4+
- Stop including llvm dependencies
5+
6+
17
## 15-3.2.0 2023-05-10 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
77
ARG POSTGRES_VERSION
88
ARG POSTGRES_ZABBIX_PLUGIN_VERSION
99
ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.3"} \
10-
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.2"} \
10+
POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"6.4.3"} \
1111
CONTAINER_ENABLE_MESSAGING=FALSE \
1212
IMAGE_NAME="tiredofit/postgres:15" \
1313
IMAGE_REPO_URL="https://github.com/tiredofit/docker-postgres/"
@@ -36,7 +36,7 @@ RUN source /assets/functions/00-container && \
3636
libxml2-dev \
3737
libxslt-dev \
3838
linux-headers \
39-
llvm-dev \
39+
# llvm-dev \
4040
lz4-dev \
4141
make \
4242
openldap-dev \
@@ -94,7 +94,7 @@ RUN source /assets/functions/00-container && \
9494
--with-ldap \
9595
--with-libxml \
9696
--with-libxslt \
97-
--with-llvm \
97+
#--with-llvm \
9898
--with-lz4 \
9999
--with-openssl \
100100
--with-perl \

0 commit comments

Comments
 (0)