Skip to content

Commit

Permalink
chore: upgrade docker-dind image to v27.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Dec 15, 2024
1 parent 502ed41 commit b558d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/local/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
docker:
image: docker:27.2.0-dind@sha256:f9f72ad901a78f27be922b2d320bbc263174f12919c1b37e6a01f828fa904565
image: docker:27.4.0-dind@sha256:b0c1179ea32ad77bdb7b852b037e54b11022304c2f2662af1954ef53869314b2
privileged: true
network_mode: host
stop_grace_period: 1m
Expand Down
2 changes: 1 addition & 1 deletion deploy/local/k8s/formicaio-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- unix:///var/run/docker.sock
- --pidfile
- /data/docker/docker.pid
image: docker.io/library/docker@sha256:f9f72ad901a78f27be922b2d320bbc263174f12919c1b37e6a01f828fa904565
image: docker.io/library/docker@sha256:b0c1179ea32ad77bdb7b852b037e54b11022304c2f2662af1954ef53869314b2
name: docker
ports:
- containerPort: 8080
Expand Down

0 comments on commit b558d71

Please sign in to comment.