Skip to content

Commit

Permalink
Merge pull request #243 from thecodeteam/feature-ECSOSB-283
Browse files Browse the repository at this point in the history
[ECSOSB-283] updated docker base image from openjdk to eclipse-temurin
  • Loading branch information
twincitiesguy authored Mar 17, 2023
2 parents 09c7729 + b018284 commit 16e6e92
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 @@ -10,6 +10,6 @@ ENV GRADLE_USER_HOME=/home/gradle
RUN gradle clean assemble

# =====================================================================================
FROM openjdk:11-jre-slim
FROM eclipse-temurin:11-jre-jammy
VOLUME /tmp
COPY --from=GradleBuilder /home/gradle/src/ecs-cf-service-broker/build/libs/ecs-cf-service-broker.jar app.jar

0 comments on commit 16e6e92

Please sign in to comment.