From 3fd08ea54df297cd155c8432814f7d1f426fe1bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 04:16:53 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v27 --- docker-host/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-host/Dockerfile b/docker-host/Dockerfile index 37cb81e4..f859d14c 100644 --- a/docker-host/Dockerfile +++ b/docker-host/Dockerfile @@ -1,6 +1,6 @@ FROM uselagoon/commons:latest as commons -FROM docker:26.1.3-dind +FROM docker:27.0.3-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"