From 390c577790464a666cb1ba2bfaa00cdd7a0dfb89 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Fri, 16 Sep 2022 18:15:26 -0500 Subject: Bump kore version --- Dockerfile | 3 +-- conf/build.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 64fd0cb..9d840c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye-slim AS build-stage COPY . /tmp/clog -ARG KORE_VERSION=4.2.2 +ARG KORE_VERSION=4.2.3 RUN set -e \ && apt-get update -qq \ @@ -37,7 +37,6 @@ RUN set -e \ libpq-dev \ && rm -rf /var/lib/apt/lists/* - COPY --from=build-stage /tmp/clog/assets /var/chroot/clog/assets/. COPY --from=build-stage /tmp/clog/clog /var/chroot/clog/. diff --git a/conf/build.conf b/conf/build.conf index 57d6329..a5045da 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -5,7 +5,7 @@ # of a dynamic library. If you set this to yes you must also # set kore_source together with kore_flavor. single_binary=yes -kore_source=../kore-4.2.2/ +kore_source=../kore-4.2.3/ kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors -- cgit v1.2.3