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.
1 parent ab20c2e commit 942c220Copy full SHA for 942c220
docker/database/Dockerfile
@@ -1,2 +1,2 @@
1
-FROM postgres:17.5
+FROM postgres:17.6
2
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/
docker/docker-compose-with-ccd.yml
@@ -16,7 +16,7 @@ services:
16
- idam-api
17
18
shared-database:
19
- image: postgres:17.5-alpine
+ image: postgres:17.6-alpine
20
container_name: shared-database
21
ports:
22
- 5342:5432
docker/probateman/Dockerfile
@@ -1,4 +1,4 @@
-FROM postgres:17.5-alpine
+FROM postgres:17.6-alpine
3
COPY init-db.sh /docker-entrypoint-initdb.d
4
0 commit comments