From 2179f76b8d52f3e48bf19c53785329433ea2bee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:08:33 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v27.5.1 --- docker-host/Dockerfile | 2 +- insights-scanner/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-host/Dockerfile b/docker-host/Dockerfile index f859d14c..4d5b6c52 100644 --- a/docker-host/Dockerfile +++ b/docker-host/Dockerfile @@ -1,6 +1,6 @@ FROM uselagoon/commons:latest as commons -FROM docker:27.0.3-dind +FROM docker:27.5.1-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" diff --git a/insights-scanner/Dockerfile b/insights-scanner/Dockerfile index 9b776291..404ecce7 100644 --- a/insights-scanner/Dockerfile +++ b/insights-scanner/Dockerfile @@ -4,7 +4,7 @@ ARG GO_VER FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons FROM aquasec/trivy:0.52.2 AS trivy -FROM docker:20.10.24 +FROM docker:27.5.1 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"