Skip to content

Commit

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

Bump postgres from 15 to 16 in /compose/production/postgres
  • Loading branch information
cmatKhan authored Dec 20, 2023
2 parents 3c93ff8 + 0d70673 commit a56bdc5
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 postgres:15
FROM postgres:16

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

0 comments on commit a56bdc5

Please sign in to comment.