Skip to content

Commit

Permalink
Merge pull request #14 from godatadriven-dockerhub/kg/switch-to-eclip…
Browse files Browse the repository at this point in the history
…se-temurin-base-image

Switch form openjdk to eclipe-temurin base image
  • Loading branch information
krisgeus authored Jul 10, 2023
2 parents ded14b9 + 028e254 commit 94a5cf6
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
@@ -1,5 +1,5 @@
ARG OPENJDK_VERSION=8
FROM openjdk:${OPENJDK_VERSION}-jre-slim
FROM eclipse-temurin:${OPENJDK_VERSION}-jre

ARG BUILD_DATE
ARG SPARK_VERSION=3.3.2
Expand Down

0 comments on commit 94a5cf6

Please sign in to comment.