Skip to content

Commit 20f4368

Browse files
committed
changes to docker image since openjdk8apline is now deprecated
1 parent 95bb025 commit 20f4368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/DOCKERFILE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN mvn -B clean package -DskipTests
1212

1313

1414
# ===== Stage 2: Tomcat runtime =====
15-
FROM openjdk:8-jdk-alpine
15+
FROM eclipse-temurin:8-jdk-alpine
1616

1717
# Install wget and unzip
1818
RUN apk add --no-cache wget bash tar

0 commit comments

Comments
 (0)