From 96a737393501425648c22a59f13f7a46505f1371 Mon Sep 17 00:00:00 2001 From: Stian Lyng <stianlyng@protonmail.com> Date: Thu, 20 Apr 2023 14:43:40 +0200 Subject: [PATCH] fix maven version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e9f5768..96e262b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ #EXPOSE 8080 # # Use the official Maven image as the base image -FROM maven:4.0.0-jdk-19 as builder +FROM eclipse-temurin:19-jre-alpine as builder # Set the working directory WORKDIR /app -- GitLab