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