Skip to content

Commit fa33779

Browse files
committed
Update Dockerfile base image from openjdk:8 to eclipse-temurin:11
- Changed FROM openjdk:8-jre-alpine to eclipse-temurin:11-jre-alpine - Fixes: 'openjdk:8-jre-alpine: not found' Docker build error - Aligns with Java 11 used in workflow and pom.xml - eclipse-temurin is the current official OpenJDK build - Containerfile already uses correct ubi9/openjdk-11-runtime
1 parent a310bbf commit fa33779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8-jre-alpine
1+
FROM eclipse-temurin:11-jre-alpine
22

33
RUN apk add --no-cache bash
44

0 commit comments

Comments
 (0)