From 8bcfeadee3138e2dc51f5415c1ba10fddd419ee2 Mon Sep 17 00:00:00 2001 From: lcampbell Date: Wed, 26 Oct 2022 16:15:03 -0300 Subject: [PATCH] upgrade ubuntu to 22.04 --- services/guidance/Dockerfile | 2 +- services/summaries/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/guidance/Dockerfile b/services/guidance/Dockerfile index 81ea91bb83..59a68bffb7 100644 --- a/services/guidance/Dockerfile +++ b/services/guidance/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:22.04 ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 diff --git a/services/summaries/Dockerfile b/services/summaries/Dockerfile index 391c0665e0..a3f49d4e08 100644 --- a/services/summaries/Dockerfile +++ b/services/summaries/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:22.04 ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1