We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 610a6c1 + 4b5570b commit ea10266Copy full SHA for ea10266
database/Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
-FROM postgres:15.13
+FROM postgres:17.6
7
RUN chmod a+rwx /docker-entrypoint-initdb.d
8
COPY --chown=postgres:postgres *.sh /docker-entrypoint-initdb.d/
9
COPY --chown=postgres:postgres *.sql /docker-entrypoint-initdb.d/
docker-compose.yml
@@ -17,7 +17,7 @@ version: "2.1"
17
services:
18
database:
19
build: ./database
20
- image: rsd/database:3.0.0
+ image: rsd/database:4.0.0
21
ports:
22
# enable connection from outside (development mode)
23
- "5432:5432"
0 commit comments