diff --git a/home/jobs/BIOFORMATS-image/config.xml b/home/jobs/BIOFORMATS-image/config.xml index 317cc541..3bfa00c2 100644 --- a/home/jobs/BIOFORMATS-image/config.xml +++ b/home/jobs/BIOFORMATS-image/config.xml @@ -33,13 +33,13 @@ if (( $(date +%u) % 4 == 1 )); then - BASE_IMAGE=openjdk:8-slim-bullseye + BASE_IMAGE=openjdk:25-ea-8-jdk-slim-bullseye elif (( $(date +%u) % 4 == 2 )); then - BASE_IMAGE=openjdk:11-slim-bullseye + BASE_IMAGE=openjdk:25-ea-11-jdk-slim-bullseye elif (( $(date +%u) % 4 == 3 )); then - BASE_IMAGE=openjdk:17-slim-bullseye + BASE_IMAGE=openjdk:25-ea-17-jdk-slim-bullseye else - BASE_IMAGE=openjdk:21-slim-bullseye + BASE_IMAGE=openjdk:25-ea-21-jdk-slim-bullseye fi sudo docker pull $BASE_IMAGE