From 63f6938ea309303351a6b69d1c9092fceb58b95c Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Wed, 31 Jan 2024 06:27:40 -0600 Subject: Bump kore --- Dockerfile | 4 ++-- conf/build.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec7abf5..93f1406 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM debian:bullseye-slim AS build-stage COPY . /tmp/clog -ARG KORE_VERSION=4.3.0-rc2 -ARG KORE_SHA256=e9e3c9faa02b6c9c81da4d98ac4b99e4b874c41ac642b2f2a6b087f998d3cf62 +ARG KORE_VERSION=4.3.0-rc3 +ARG KORE_SHA256=c27ce777ed02c5556097da2833299d71d30458663eae25f292fce3b9f03f0f30 RUN set -e \ && apt-get update -qq \ diff --git a/conf/build.conf b/conf/build.conf index b9e19a8..7022a32 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.3.0-rc2 +kore_source=../kore-4.3.0-rc3 kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors -- cgit v1.2.3