fix(deps): update all dependencies

This commit is contained in:
2025-05-31 00:32:34 +00:00
parent f765358449
commit a49c8fc34a
5 changed files with 432 additions and 283 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()