From 74a0bd5a7e38502a6f32ed3a7a02b27b25fb418a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:28:00 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v27.4.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..88c7cc2d 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.4.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..ddb97936 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.4.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"