Skip to content

Commit

Permalink
Update postgres Docker tag to v17.1 (#1093)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent e939200 commit 3c731d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM postgres:17.0
FROM postgres:17.1
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/
2 changes: 1 addition & 1 deletion docker/docker-compose-with-ccd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- idam-api

shared-database:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
container_name: shared-database
ports:
- 5342:5432
Expand Down
2 changes: 1 addition & 1 deletion docker/probateman/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:17.0-alpine
FROM postgres:17.1-alpine

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

Expand Down

0 comments on commit 3c731d8

Please sign in to comment.