Skip to content

Commit 6f13699

Browse files
chore(deps): update dependency docker/compose to v2.32.0 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 613cdf6 commit 6f13699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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
# @see https://github.com/docker/compose/releases
9494
ENV DOCKER_VERSION=27.3.1
9595
# renovate: datasource=github-releases depName=docker/compose extractVersion=^v(?<version>.*)$
96-
ENV DOCKER_COMPOSE_VERSION=2.31.0
96+
ENV DOCKER_COMPOSE_VERSION=2.32.0
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)