Skip to content

Commit ecd0edb

Browse files
authored
ci: fix nightly db workflow to use ubuntu jammy
1 parent eb89591 commit ecd0edb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/db.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ====================
22
# --- Import Stage ---
33
# ====================
4-
FROM ubuntu:hirsute AS importStage
4+
FROM ubuntu:jammy AS importStage
55

66
# Install dependencies for import
77
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \

0 commit comments

Comments
 (0)