aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 577b89d..e34e467 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:bullseye-slim AS build-stage
COPY . /tmp/clog
-ARG KORE_VERSION=4.2.3
+ARG KORE_VERSION=4.3.0-rc2
RUN set -e \
&& apt-get update -qq \