We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8327dd2 commit b85e110Copy full SHA for b85e110
Dockerfile
@@ -93,7 +93,7 @@ RUN curl -L -o "/tmp/shfmt-v${SH_VERSION}" "https://github.com/mvdan/sh/releases
93
ENV DOCKER_VERSION=27.4.1
94
# @see https://github.com/docker/compose/releases
95
# renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?<version>.*)$
96
-ENV DOCKER_COMPOSE_VERSION=2.32.2
+ENV DOCKER_COMPOSE_VERSION=2.32.3
97
RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
98
&& tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \
99
&& mv /tmp/docker/* /usr/bin \
0 commit comments