Skip to content

Commit bd459ec

Browse files
authored
hotfix update Dockerfile
1 parent bcbd8ee commit bd459ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage: Compile the application using Maven
2-
FROM maven:3.9.9-eclipse-temurin-21 AS build
2+
FROM maven:3.8-eclipse-temurin-21 AS build
33
WORKDIR /app
44

55
COPY pom.xml .

0 commit comments

Comments
 (0)