fix(deps): update all dependencies

This commit is contained in:
2025-05-15 00:31:06 +00:00
parent f765358449
commit b24e7b7137
5 changed files with 436 additions and 281 deletions

View File

@@ -35,7 +35,7 @@ async fn main() -> eyre::Result<()> {
let github_zola_download = format!("https://github.com/barnumbirr/zola-debian/releases/download/v{zola_version}/zola_{zola_version}_{debian_platform}_{debian_edition}.deb");
let pull_articles_docker_image = "docker.io/kasperhermansen/pull-articles:1690413158";
let update_deployments_docker_image = "docker.io/kasperhermansen/update-deployment:1690401410";
let update_deployments_docker_image = "docker.io/kasperhermansen/update-deployment:1701123940";
let pull_articles = client
.container()