Skip to content

Commit

Permalink
Update docker Docker tag to v27.2.0
Browse files Browse the repository at this point in the history
Update docker from 27.1.2 to 27.2.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Sep 3, 2024
1 parent b6b34ba commit b690536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- /data:exec

docker:
image: docker:27.1.2-dind
image: docker:27.2.0-dind
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
Expand All @@ -21,7 +21,7 @@ services:
- /var/lib/docker:exec

sut:
image: docker:27.1.2
image: docker:27.2.0
environment:
DOCKER_HOST: tcp://docker:2375
entrypoint:
Expand Down

0 comments on commit b690536

Please sign in to comment.