Skip to content

Commit b85e110

Browse files
chore(deps): update dependency docker/compose to v2.32.3
1 parent 8327dd2 commit b85e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN curl -L -o "/tmp/shfmt-v${SH_VERSION}" "https://github.com/mvdan/sh/releases
9393
ENV DOCKER_VERSION=27.4.1
9494
# @see https://github.com/docker/compose/releases
9595
# renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?<version>.*)$
96-
ENV DOCKER_COMPOSE_VERSION=2.32.2
96+
ENV DOCKER_COMPOSE_VERSION=2.32.3
9797
RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
9898
&& tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \
9999
&& mv /tmp/docker/* /usr/bin \

0 commit comments

Comments
 (0)