1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

update dependencies

This commit is contained in:
Robin Appelman 2023-05-04 18:42:56 +02:00
commit f8253fb68e
13 changed files with 537 additions and 222 deletions

View file

@ -100,6 +100,7 @@ impl PhpVersion {
pull_image(docker, self.image()).await?;
let options = Some(CreateContainerOptions {
name: id.to_string(),
..CreateContainerOptions::default()
});
let config = Config {
image: Some(self.image().to_string()),