Skip to content

Commit

Permalink
Merge pull request #1401 from orien/docker
Browse files Browse the repository at this point in the history
Bump Docker buildx to v0.18.0 and Docker Compose to v2.30.3
  • Loading branch information
DrJosh9000 authored Nov 21, 2024
2 parents c4b1953 + 902d0af commit 606723d
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.27.0
DOCKER_BUILDX_VERSION=0.15.0
DOCKER_COMPOSE_V2_VERSION=2.30.3
DOCKER_BUILDX_VERSION=0.18.0
MACHINE=$(uname -m)

echo Installing docker...
Expand Down

0 comments on commit 606723d

Please sign in to comment.