ci: fix nightly db workflow to use ubuntu jammy
This commit is contained in:
parent
eb89591a1f
commit
ecd0edb0e2
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue