summaryrefslogtreecommitdiff
path: root/docker/raspberry-pi
diff options
context:
space:
mode:
authorThomas Oeding <thomas.oeding@gmail.com>2025-11-25 19:22:55 +0100
committerGitHub <noreply@github.com>2025-11-25 13:22:55 -0500
commit1ea5f68924b8e149aab7cb7b1d57163723fc42d9 (patch)
tree5ba6ae43cc0cb5721bdd78d3a995a3fb9ef74fd4 /docker/raspberry-pi
parentbf23f60b54b85144bf043e36c965457c80732501 (diff)
downloadBedrockConnect-1ea5f68924b8e149aab7cb7b1d57163723fc42d9.tar.gz
BedrockConnect-1ea5f68924b8e149aab7cb7b1d57163723fc42d9.tar.bz2
BedrockConnect-1ea5f68924b8e149aab7cb7b1d57163723fc42d9.zip
Replace legacy openjdk images with eclipse-temurin images (#631)
* Update base image to Eclipse Temurin 17 JRE * Update base image to Eclipse Temurin 17 JRE * Update base image to Eclipse Temurin 17-jre
Diffstat (limited to 'docker/raspberry-pi')
-rw-r--r--docker/raspberry-pi/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/raspberry-pi/Dockerfile b/docker/raspberry-pi/Dockerfile
index c073d5d..775c8f2 100644
--- a/docker/raspberry-pi/Dockerfile
+++ b/docker/raspberry-pi/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:8
+FROM eclipse-temurin:17-jre
RUN mkdir /brc
ADD https://github.com/Pugmatt/BedrockConnect/releases/latest/download/BedrockConnect-1.0-SNAPSHOT.jar /brc
WORKDIR /brc