From c24bc563e538af3aedb9cdcbe943e720035a5703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:03:57 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- agent/Dockerfile | 2 +- infrastructure/chemistry-ui/Dockerfile | 2 +- infrastructure/job-ui/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index a01d940..b86f8cd 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:26.04 LABEL maintainer="JJ Ben-Joseph (jbenjoseph@iqt.org)" \ description="Keter biosecurity platform. Agent container." ARG DEBIAN_FRONTEND=noninteractive diff --git a/infrastructure/chemistry-ui/Dockerfile b/infrastructure/chemistry-ui/Dockerfile index 0fe0a15..06a0924 100644 --- a/infrastructure/chemistry-ui/Dockerfile +++ b/infrastructure/chemistry-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 LABEL maintainer="JJ Ben-Joseph (jbenjoseph@iqt.org)" \ description="The antiviral UI based from the ChEMBL GlaDOS interface." EXPOSE 8080 diff --git a/infrastructure/job-ui/Dockerfile b/infrastructure/job-ui/Dockerfile index f69659d..61544dc 100644 --- a/infrastructure/job-ui/Dockerfile +++ b/infrastructure/job-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 LABEL maintainer="JJ Ben-Joseph (jbenjoseph@iqt.org)" \ description="Contains the UI for managing RQ jobs." EXPOSE 8080