diff --git a/Dockerfile b/Dockerfile index 2857696..d6e7b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 -ARG DOCKER_VERSION=24.0.2 -ARG DOCKER_COMPOSE_VERSION=v2.18.1 +ARG DOCKER_VERSION=26.0.0 +ARG DOCKER_COMPOSE_VERSION=v2.25.0 ARG REPO=axisecp ARG ACAPARCH=armv7hf @@ -40,7 +40,7 @@ RUN git clone --depth 1 -b $PROCPS_VERSION 'https://gitlab.com/procps-ng/procps' ARG BUILD_CACHE=build.cache RUN echo ac_cv_func_realloc_0_nonnull=yes >$BUILD_CACHE \ - && echo ac_cv_func_malloc_0_nonnull=yes >>$BUILD_CACHE + && echo ac_cv_func_malloc_0_nonnull=yes >>$BUILD_CACHE RUN <