Skip to content

Commit fb608a9

Browse files
committed
Change Docker builder image
1 parent b6f47e5 commit fb608a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## ############################# ##
22
## FIRST STAGE: THE BUILD SYSTEM
33
## ############################# ##
4-
FROM bellsoft/liberica-runtime-container:jdk-all-21-glibc AS builder
4+
FROM maven:3-eclipse-temurin-21 AS builder
55

66
# Prepare the system
7-
RUN apk add --update maven
87
COPY pom.xml .
98
COPY src ./src
109

0 commit comments

Comments
 (0)