From 6a828fd132f554fdeba059a5d78d70b3c1b2d310 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 01:08:34 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v20.10.24 --- docker-host/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-host/Dockerfile b/docker-host/Dockerfile index b135bc34..9096b4ac 100644 --- a/docker-host/Dockerfile +++ b/docker-host/Dockerfile @@ -1,6 +1,6 @@ FROM uselagoon/commons:latest as commons -FROM docker:20.10.22-dind +FROM docker:20.10.24-dind LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"