From 3c0df44ad2954135858bd5e92c2925a903ad2647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:37:43 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v28 --- 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..726618bb 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:28.0.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..05d61da6 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:28.0.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"