diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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/. |