Skip to content

Commit

Permalink
Upgrade postgresql image version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Dec 12, 2024
1 parent 194b7c4 commit 631fb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/local/dev/postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:11.15
FROM postgres:16.6

# 999 uid of postgresql
COPY --chown=999:0 "./acme.test+1.pem" /var/lib/postgresql/server.crt
Expand Down

0 comments on commit 631fb6c

Please sign in to comment.