diff options
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | conf/build.conf | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |