From a1332843b4b28aae1b04a3eb121831a5c2d593ad Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Sat, 28 Oct 2023 17:27:07 +0200 Subject: [PATCH] Update docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d2306c..e7e9d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker:24.0.6 +FROM docker:24.0.7 LABEL "maintainer"="whoan " LABEL "repository"="https://github.com/whoan/docker-build-with-cache-action"