Skip to content

Commit

Permalink
bump docker engine to 26.0 and docker compose to 2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work committed Mar 22, 2024
1 parent f2a9c1e commit 08af6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <<EOF
. /opt/axis/acapsdk/environment-setup*
./autogen.sh
Expand Down

0 comments on commit 08af6e9

Please sign in to comment.