chore: bump docker-compose to v2.27.0

This commit is contained in:
Nicolas Meienberger 2024-04-25 08:46:11 +02:00
parent 576a7c503e
commit 40bf61ccd8

View File

@ -56,7 +56,7 @@ WORKDIR /worker
ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH}
ARG DOCKER_COMPOSE_VERSION="v2.23.3"
ARG DOCKER_COMPOSE_VERSION="v2.27.0"
RUN echo "Building for ${TARGETARCH}"