Skip to content

Commit

Permalink
Merge pull request #1 from leethobbit/dependabot/docker/compose/produ…
Browse files Browse the repository at this point in the history
…ction/postgres/postgres-17

Bump postgres from 16 to 17 in /compose/production/postgres
  • Loading branch information
leethobbit authored Oct 29, 2024
2 parents 747933c + b0f7b50 commit fc3656b
Showing 1 changed file with 1 addition and 1 deletion.
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 docker.io/postgres:16
FROM docker.io/postgres:17

COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/*
Expand Down

0 comments on commit fc3656b

Please sign in to comment.