Skip to content

Commit

Permalink
Use eclipse-temurin base Docker image (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Jun 1, 2023
1 parent 15bd5e3 commit 32a3639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle build -x test

FROM openjdk:8-jre-slim
FROM eclipse-temurin:8-jre

EXPOSE 6379

Expand Down

0 comments on commit 32a3639

Please sign in to comment.