Upgrade Docker Compose to v2.16.0 (#2327)

This commit is contained in:
Milas Bowman
2023-02-28 17:18:13 -05:00
committed by GitHub
parent a9af82ec78
commit 34ebbf74d1
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ENV CHANNEL=stable
ARG DOCKER_COMPOSE_VERSION=v2.12.2
ARG DOCKER_COMPOSE_VERSION=v2.16.0
ARG DUMB_INIT_VERSION=1.2.5
ARG RUNNER_USER_UID=1001