ci: fix nightly db workflow to use ubuntu jammy

This commit is contained in:
Nicolas Giard 2022-07-26 17:39:58 -04:00 committed by GitHub
parent eb89591a1f
commit ecd0edb0e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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