From 1abe222e581962e8f521495d1a5596ddea6e47fb Mon Sep 17 00:00:00 2001
From: CSRBot <csrbot@cryptic.systems>
Date: Wed, 26 Mar 2025 20:34:14 +0000
Subject: [PATCH] Update public container images

---
 .drone.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index ace16d7..b9e02a5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -67,7 +67,7 @@ steps:
 - name: unit-test
   commands:
   - go test -v ./...
-  image: docker.io/library/golang:1.24.0
+  image: docker.io/library/golang:1.24.1
 
 trigger:
   event:
@@ -92,7 +92,7 @@ steps:
 - name: unit-test
   commands:
   - go test -v ./...
-  image: docker.io/library/golang:1.24.0
+  image: docker.io/library/golang:1.24.1
 
 trigger:
   event:
@@ -123,7 +123,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: false
     dockerfile: Dockerfile
@@ -190,7 +190,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: false
     dockerfile: Dockerfile
@@ -257,7 +257,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: false
     dockerfile: Dockerfile
@@ -322,7 +322,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: false
     dockerfile: Dockerfile
@@ -506,7 +506,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: true
     auto_tag_suffix: amd64
@@ -566,7 +566,7 @@ steps:
   image: git.cryptic.systems/volker.raschek/git:1.4.0
 
 - name: build
-  image: docker.io/plugins/docker:20.18.7
+  image: docker.io/plugins/docker:20.18.8
   settings:
     auto_tag: true
     auto_tag_suffix: arm64-v8
-- 
2.47.2