update to postgres 17
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user