diff --git a/Dockerfile b/Dockerfile index 5e4b9a1..40ae42e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,7 @@ RUN curl -L -o "/tmp/shfmt-v${SH_VERSION}" "https://github.com/mvdan/sh/releases # @see https://github.com/docker/compose/releases ENV DOCKER_VERSION=27.3.1 # renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?.*)$ -ENV DOCKER_COMPOSE_VERSION=2.30.1 +ENV DOCKER_COMPOSE_VERSION=2.30.2 RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \ && tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \ && mv /tmp/docker/* /usr/bin \