update to postgres 17

This commit is contained in:
2025-07-08 00:03:21 +02:00
parent b9e7224e0c
commit 6e02b4156a

View File

@@ -1,7 +1,7 @@
FROM postgres
FROM postgres:17
RUN apt-get update
RUN apt-get install -y --no-install-recommends postgresql-16-cron
RUN apt-get install -y --no-install-recommends postgresql-17-cron
# Clean up
RUN rm -rf /var/lib/apt/lists/*