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"