Skip to content

Commit

Permalink
Merge pull request #1406 from orien/docker
Browse files Browse the repository at this point in the history
Bump Docker buildx to v0.19.2 and Docker Compose to v2.31.0
  • Loading branch information
wolfeidau authored Dec 9, 2024
2 parents 021fbd7 + 1202172 commit 5615cda
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5615cda

Please sign in to comment.