From 8cba246c715dbddf704c1ccda6840a662852f9b2 Mon Sep 17 00:00:00 2001 From: RenovateBot <iktvarsling@nibio.no> Date: Thu, 22 Dec 2022 01:01:35 +0100 Subject: [PATCH] chore(deps): update maven docker tag to v3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48c2c4e7..9c7a35ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # the first stage of our build will use a maven 3.6 parent image -FROM maven:3.6-openjdk-11 AS MAVEN_BUILD +FROM maven:3.8-openjdk-11 AS MAVEN_BUILD # We need VIPSCommon too, so the source code must be available in the parent folder COPY ./VIPSCommon ./VIPSCommon -- GitLab