Skip to content

Commit 942c220

Browse files
Update postgres Docker tag to v17.6 (#1351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab20c2e commit 942c220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgres:17.5
1+
FROM postgres:17.6
22
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/

docker/docker-compose-with-ccd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- idam-api
1717

1818
shared-database:
19-
image: postgres:17.5-alpine
19+
image: postgres:17.6-alpine
2020
container_name: shared-database
2121
ports:
2222
- 5342:5432

docker/probateman/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:17.5-alpine
1+
FROM postgres:17.6-alpine
22

33
COPY init-db.sh /docker-entrypoint-initdb.d
44

0 commit comments

Comments
 (0)