aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 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/.