-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added version 17.0, and dropped 15.6.
Signed-off-by: Hermann Mayer <[email protected]>
- Loading branch information
Showing
9 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM postgres:15.6 | ||
FROM postgres:17.0 | ||
MAINTAINER Hermann Mayer "[email protected]" | ||
|
||
# You can change this environment variable on run's with -e | ||
|
@@ -16,10 +16,10 @@ RUN echo 'deb [ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] \ | |
|
||
# Install system packages | ||
RUN apt-get update -yqqq && \ | ||
apt-cache policy postgresql-15-postgis-3 && \ | ||
apt-cache policy postgresql-17-postgis-3 && \ | ||
apt-get install -y \ | ||
dbus avahi-daemon avahi-utils libnss-mdns supervisor \ | ||
postgresql-15-postgis-3=3.4.0+dfsg-1.pgdg120+1 | ||
postgresql-17-postgis-3=3.4.3+dfsg-2.pgdg120+1 | ||
|
||
# Copy custom scripts | ||
COPY config/*.sh /usr/local/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.4 | ||
17.0 |