We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63032ad commit 0a63d4bCopy full SHA for 0a63d4b
custom-builds/Single-Docker-File/Dockerfile
@@ -60,7 +60,7 @@ ENV PYTHON_URL=http://localhost:3000
60
ENV MAX_FILE_SIZE=5MB
61
ENV MAX_REQUEST_SIZE=10MB
62
63
-RUN apt-get update && apt-get install -y openjdk-11-jre-headless \
+RUN apt-get update && apt-get install -y openjdk-17-jre-headless \
64
&& rm -rf /var/lib/apt/lists/*
65
66
COPY --from=admin /home/app.jar /app/admin/app.jar
0 commit comments