Skip to content

Commit

Permalink
Merge pull request #581 from exacaster/set_default_tls_for_k8s
Browse files Browse the repository at this point in the history
Update Java to support TLSv1.3
  • Loading branch information
pdambrauskas authored Jul 18, 2023
2 parents 067540b + 1f7f670 commit 57ee8a3
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 @@ -23,7 +23,7 @@ RUN wget "https://downloads.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPAR
WORKDIR /home/app/frontend/
RUN yarn install && yarn build

FROM openjdk:11-jre-slim-stretch
FROM openjdk:11-jre-slim-bullseye

ARG SPARK_VERSION=3.4.1
ARG HADOOP_VERSION=3
Expand Down

0 comments on commit 57ee8a3

Please sign in to comment.