Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 364972b

Browse files
authored
remove accidental addition of old flag (#1371 (comment))
1 parent 7e821d4 commit 364972b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

script-library/docker-debian.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ USE_MOBY=${5:-"true"}
1717
DOCKER_VERSION=${6:-"latest"}
1818
DOCKER_DASH_COMPOSE_VERSION=${7:-"v1"} # v1 or v2
1919
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
20-
DOCKER_DASH_COMPOSE_VERSION="1"
2120
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy"
2221
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy"
2322

script-library/docker-in-docker-debian.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ USE_MOBY=${3:-"true"}
1515
DOCKER_VERSION=${4:-"latest"} # The Docker/Moby Engine + CLI should match in version
1616
DOCKER_DASH_COMPOSE_VERSION=${5:-"v1"} # v1 or v2
1717
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
18-
DOCKER_DASH_COMPOSE_VERSION="1"
1918
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy"
2019
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy"
2120

0 commit comments

Comments
 (0)