Skip to content
2 changes: 1 addition & 1 deletion Mendix Base Image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# JRE, not JDK: the Mendix Runtime only needs a JRE to run a deployed app (JDK is a
# Studio Pro development-time concern) - JRE drops the compiler/jshell/jarsigner etc.
# Refresh: docker pull eclipse-temurin:21-jre && docker inspect --format '{{index .RepoDigests 0}}' eclipse-temurin:21-jre
FROM eclipse-temurin:21-jre@sha256:8ec353b20d3aab0758572236b81b967c7077c40c4d0819ce97f9a1329d684603
FROM eclipse-temurin:21-jre@sha256:6cbdfc89c9657478bc5abea638030310f6c0267404e98a5808097bb1925932f1
RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client unzip && rm -rf /var/lib/apt/lists/* \
# temurin bundles Canonical's pebble service manager (not dpkg-owned); this
Expand Down