Skip to content

Commit

Permalink
Update postgres Docker tag to v15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 8286dd2 commit d864e24
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 d864e24

Please sign in to comment.