ci: use ubuntu:focal for db build

This commit is contained in:
Nicolas Giard 2022-07-28 14:54:48 -04:00 committed by GitHub
parent 23fc0ea44a
commit aa4af6d9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# ====================
# --- Import Stage ---
# ====================
FROM ubuntu:jammy AS importStage
FROM ubuntu:focal AS importStage
# Install dependencies for import
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \