Skip to content

Commit 0a63d4b

Browse files
EFRS-1337: Updated the custom-builds
1 parent 63032ad commit 0a63d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-builds/Single-Docker-File/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENV PYTHON_URL=http://localhost:3000
6060
ENV MAX_FILE_SIZE=5MB
6161
ENV MAX_REQUEST_SIZE=10MB
6262

63-
RUN apt-get update && apt-get install -y openjdk-11-jre-headless \
63+
RUN apt-get update && apt-get install -y openjdk-17-jre-headless \
6464
&& rm -rf /var/lib/apt/lists/*
6565

6666
COPY --from=admin /home/app.jar /app/admin/app.jar

0 commit comments

Comments
 (0)