Skip to content

Commit a6d1d3b

Browse files
committed
[cicd] Migrate to Java21 - fix Docker-debug
1 parent 5fbfc5a commit a6d1d3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exist-docker/src/main/resources-filtered/Dockerfile-DEBUG

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2121
#
2222

23-
# Use JDK 21 in Debian as our production image gcr.io/distroless/java is based on Debian with just a JRE)
24-
FROM debian:bookworm-slim
23+
FROM openjdk:21-jdk-slim-bullseye
2524
RUN apt-get update && apt-get -y dist-upgrade
26-
RUN apt-get install -y openjdk-21-jdk-headless
2725
RUN apt-get install -y expat fontconfig # Install tools required by FOP
2826

2927
# Copy eXist-db

0 commit comments

Comments
 (0)