Skip to content

Commit

Permalink
Update base Docker image to Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Oct 12, 2023
1 parent cfa5863 commit 52247c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15-bookworm
FROM postgres:16-bookworm
# this allows the setup to ignore all of the ubuntu OS setup
# thats not needed for this docker image (Time Zone for example)
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 52247c4

Please sign in to comment.