From b3b8569ee3f92b2903daba44b48524990b2048ef Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 13 Feb 2024 06:08:32 +0000 Subject: [PATCH] chore(deps): update docker.io/library/debian docker tag to v12.5 --- images/cowsay/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cowsay/Earthfile b/images/cowsay/Earthfile index b1b325b58..5424d697e 100644 --- a/images/cowsay/Earthfile +++ b/images/cowsay/Earthfile @@ -1,7 +1,7 @@ VERSION 0.7 build-base: - FROM docker.io/library/debian:12.4 + FROM docker.io/library/debian:12.5 RUN apt-get update RUN apt-get install -y \ -- GitLab