Skip to content

Commit

Permalink
Merge pull request #2 from telepace/dependabot/docker/compose/product…
Browse files Browse the repository at this point in the history
…ion/postgres/postgres-17

build(deps): bump postgres from 16 to 17 in /compose/production/postgres
  • Loading branch information
cubxxw authored Oct 9, 2024
2 parents 511a8dd + c0c754b commit 430989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/postgres/Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16
FROM postgres:17

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

0 comments on commit 430989b

Please sign in to comment.