From 121234c7bc1eeaaefe355d30f9a35e0f83d75b73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 23:25:21 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- 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..6bc8410 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:22.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..dbf9080 100644 --- a/infrastructure/chemistry-ui/Dockerfile +++ b/infrastructure/chemistry-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.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..4621258 100644 --- a/infrastructure/job-ui/Dockerfile +++ b/infrastructure/job-ui/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 LABEL maintainer="JJ Ben-Joseph (jbenjoseph@iqt.org)" \ description="Contains the UI for managing RQ jobs." EXPOSE 8080