diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-31 06:27:40 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-31 06:27:40 -0600 |
commit | 63f6938ea309303351a6b69d1c9092fceb58b95c (patch) | |
tree | 02d4c6ddf57ddadcc98ee2a8f4ccd2049aabbeb6 | |
parent | 8c3184ae7d63b8ef2053c11b11e4bdc0e9f16c82 (diff) |
Bump kore
-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 |