Skip to content

Commit c56ba45

Browse files
committed
fix: freeze docker version for the live demo build
1 parent 35a87d0 commit c56ba45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050
when:
5151
- event: push
5252
branch: main
53-
image: docker
53+
image: docker:26.0
5454
volumes:
5555
- /var/run/docker.sock:/var/run/docker.sock
5656
commands:

0 commit comments

Comments
 (0)