Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions central/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.4_7-jdk-jammy as builder
FROM eclipse-temurin:21.0.9_10-jdk-jammy as builder

COPY target/glowroot-central-*.zip /tmp/glowroot-central.zip
RUN useradd --no-log-init -r -g root glowroot
Expand All @@ -7,7 +7,7 @@ RUN unzip -d /tmp /tmp/glowroot-central.zip \
&& chown -R glowroot:root /tmp/glowroot-central \
&& chmod -R g+rw /tmp/glowroot-central

FROM eclipse-temurin:21.0.4_7-jdk-jammy
FROM eclipse-temurin:21.0.9_10-jdk-jammy

COPY docker-entrypoint.sh /usr/local/bin/
COPY glowroot-central.sh /usr/local/bin/
Expand Down