use docker socket

This commit is contained in:
DataHearth 2022-03-16 14:03:53 +01:00
parent 042be476e0
commit 2d5714c9c6
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -130,7 +130,7 @@ dependencies = [
[[package]]
name = "clear-docker-images"
version = "0.4.2"
version = "0.5.0"
dependencies = [
"bollard",
"chrono",

View File

@ -1,6 +1,6 @@
[package]
name = "clear-docker-images"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
authors = ["Antoine <DataHearth> Langlois"]
description = "small binary to clean up docker images (mostly in CI)"

View File

@ -1,4 +1,4 @@
VERSION := 0.4.2
VERSION := 0.5.0
.PHONY: bump-version
bump-version: