Skip to content

Commit

Permalink
Merge pull request #984 from nationalarchives/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v15.5
  • Loading branch information
jacksonj04 authored Nov 16, 2023
2 parents c5d08ee + d0fbc57 commit 680c3c9
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.4
FROM postgres:15.5

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 @@ -24,7 +24,7 @@ services:
command: tail -f /dev/null

postgres:
image: postgres:15.4
image: postgres:15.5
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit 680c3c9

Please sign in to comment.