diff options
author | Josh Spicer <joshspicer@github.com> | 2023-10-17 05:32:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 05:32:28 +0300 |
commit | 3c9a5065759f39de55dd5cbd2f178513279e4d12 (patch) | |
tree | c060e7bb74b1c5eaacbe126dd0401e39a8067d1f | |
parent | 4fca96b5e8a4bfc93679098cb19d73c65ce571eb (diff) |
docker-outside-of-docker: bookworm supportjoshspicer/dofd-bookworm
-rwxr-xr-x | src/docker-outside-of-docker/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docker-outside-of-docker/install.sh b/src/docker-outside-of-docker/install.sh index 7bf2138..93be216 100755 --- a/src/docker-outside-of-docker/install.sh +++ b/src/docker-outside-of-docker/install.sh @@ -18,8 +18,8 @@ USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}" INSTALL_DOCKER_BUILDX="${INSTALLDOCKERBUILDX:-"true"}" MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" -DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy" -DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy" +DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal jammy" +DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal hirsute impish jammy" set -e |