Skip to content

Commit

Permalink
Use JRE
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Jul 18, 2023
1 parent 58602d5 commit 4b9bf2c
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.0.16-slim-bullseye
FROM openjdk:11.0.16-jre-slim-bullseye

ARG SPARK_VERSION=3.4.1
ARG HADOOP_VERSION=3
Expand Down

0 comments on commit 4b9bf2c

Please sign in to comment.