From 6cb913bb1f6beee11f12bf9ea7e99752ddfc94fc Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 11 Jul 2023 12:12:47 +0200 Subject: [PATCH] feat: update Signed-off-by: kjuulh --- ci/Cargo.lock | 8 ++++---- ci/Cargo.toml | 2 +- ci/src/main.rs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/Cargo.lock b/ci/Cargo.lock index d332099..7838e4c 100644 --- a/ci/Cargo.lock +++ b/ci/Cargo.lock @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "dagger-core" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69b9f15f4ab63859113f99869a0ac02c4332e50d007e5785ccb06406e6653a0" +checksum = "b8af54bf8b7f93562405f62f5b724a322eeb1618c484010012f3293aa4832b16" dependencies = [ "async-trait", "base64", @@ -299,9 +299,9 @@ dependencies = [ [[package]] name = "dagger-sdk" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "752f68f7354dfb952d4de3d40f6ced750a0142663530f447875abee518b66c62" +checksum = "fc52e90df068815076f0d3ee0ed683bbbe8a4a30443b09a5ef7e0bcc4b6ce4bc" dependencies = [ "dagger-core", "derive_builder", diff --git a/ci/Cargo.toml b/ci/Cargo.toml index e07088f..e266cc0 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] chrono = "0.4.24" color-eyre = "0.6.2" -dagger-sdk = "0.2.20" +dagger-sdk = "0.2.22" eyre = "0.6.8" tokio = { version = "1.27.0", features = ["full"] } tokio-scoped = "0.2.0" diff --git a/ci/src/main.rs b/ci/src/main.rs index 06bcfb0..962e36b 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -37,7 +37,7 @@ async fn main() -> eyre::Result<()> { let pull_articles = client .container() - .from("docker.io/kasperhermansen/pull-articles:1680482220") + .from("docker.io/kasperhermansen/pull-articles:1689069939") .with_exec(vec!["echo", &format!("{}", tag)]) .with_env_variable("GIT_USERNAME", "kjuulh") .with_env_variable("GIT_PASSWORD", std::env::var("GIT_PASSWORD").unwrap())