Skip to content

Commit

Permalink
Merge pull request #1629 from nationalarchives/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v15.9
  • Loading branch information
dragon-dxw authored Nov 19, 2024
2 parents 8286dd2 + d864e24 commit f79aa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/production/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15.8
FROM postgres:15.9

COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
command: tail -f /dev/null

postgres:
image: postgres:15.8
image: postgres:15.9
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit f79aa32

Please sign in to comment.