fix docker build

This commit is contained in:
Antony Leons 2023-09-14 18:45:52 +01:00
parent 150266767d
commit 73865f6c34
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Base image with maven installed already
FROM maven:eclipse-temurin as builder
FROM maven:3.9-eclipse-temurin-17 as builder
# Copy whole project inside docker
COPY . .