Skip to content

Commit 392f825

Browse files
committed
Update tutorial Dockerfile to latest PostgreSQL and Citus
Fixes hapostgres#1029.
1 parent 6297cec commit 392f825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm-slim
22

3-
ARG PGVERSION=14
4-
ARG CITUS=postgresql-14-citus-11.1
3+
ARG PGVERSION=17
4+
ARG CITUS=postgresql-17-citus-13.0
55

66
RUN apt-get update \
77
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)