Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump Docker buildx to v0.19.2 and Docker Compose to v2.31.0 #1406

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packer/linux/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

DOCKER_COMPOSE_V2_VERSION=2.30.3
DOCKER_BUILDX_VERSION=0.18.0
DOCKER_COMPOSE_V2_VERSION=2.31.0
DOCKER_BUILDX_VERSION=0.19.2
MACHINE=$(uname -m)

echo Installing docker...
Expand Down