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
2 changes: 1 addition & 1 deletion hosts/coder-thinkcentre/templates/nook-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# Stage 2: native AMD64 JVM for fast compilation + x86/x86_64 ADT tools via binfmt QEMU
FROM eclipse-temurin:8-jdk
FROM eclipse-temurin:25-jdk

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
Loading