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