Skip to content

Commit

Permalink
Update docker Docker tag to v27.4.1
Browse files Browse the repository at this point in the history
Update docker from 27.3.1 to 27.4.1

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Dec 19, 2024
1 parent 1f9610f commit 508286c
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.3.1-dind
image: docker:27.4.1-dind
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
Expand All @@ -21,7 +21,7 @@ services:
- /var/lib/docker:exec

sut:
image: docker:27.3.1
image: docker:27.4.1
environment:
DOCKER_HOST: tcp://docker:2375
entrypoint:
Expand Down

0 comments on commit 508286c

Please sign in to comment.