From ffd7c6d6c3972fae34eaa2145f56eeb40730391c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:59:39 +0000 Subject: [PATCH] chore(deps): update maven docker tag to v3.8 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 6125e40..e598194 100644 --- a/build-images.sh +++ b/build-images.sh @@ -21,7 +21,7 @@ sha256sum -c CHECKSUM # Reuse existing webtopbuilder container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q webtopbuilder; then echo "Pulling maven runtime..." - buildah from --name webtopbuilder-tmp docker.io/library/maven:3.6-openjdk-8 + buildah from --name webtopbuilder-tmp docker.io/library/maven:3.8-openjdk-8 buildah run webtopbuilder-tmp apt-get update buildah run webtopbuilder-tmp apt-get install -y nodejs make buildah commit --rm webtopbuilder-tmp webtopbuilder-image