Skip to content

Commit 938dd58

Browse files
The OpenJDK Docker Hub images are gone, try AWS Corretto
1 parent cdbc0f9 commit 938dd58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

selenium/authorization-server/dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ WORKDIR /home/app/authorization-server
33
COPY ./ .
44
RUN mvn -Dmaven.test.skip=true clean package
55

6-
FROM openjdk:24-jdk
6+
FROM amazoncorretto:24-jdk
77
EXPOSE 8080
88
ENTRYPOINT ["java","-jar","/authorization-server.jar"]
99
ARG JAR_FILE=target/*.jar
1010
COPY --from=builder /home/app/authorization-server/target/*.jar authorization-server.jar
11-
12-

0 commit comments

Comments
 (0)