summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-12-13 12:45:52 +0400
committerLain Soykaf <lain@lain.com>2023-12-13 12:45:52 +0400
commit935dce9a0b9ae4ff2d44033ec372f64b7fb6b5ce (patch)
treedde11d0ce624b700a8f57ff9d95c15fb0ddeb9a8 /ci
parent40fa1099bf9770dd0535690c1b1ebf8aad60306b (diff)
Gitlab CI: Update postgres for rum tests.
Diffstat (limited to 'ci')
-rw-r--r--ci/postgres_rum/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/postgres_rum/Dockerfile b/ci/postgres_rum/Dockerfile
new file mode 100644
index 000000000..dc727df1d
--- /dev/null
+++ b/ci/postgres_rum/Dockerfile
@@ -0,0 +1,3 @@
+FROM postgres:13-bullseye
+
+RUN apt-get update && apt-get install -y postgresql-13-rum/bullseye-pgdg