Skip to content

Commit

Permalink
chore: bump dev docker Postgres to 15 (#882)
Browse files Browse the repository at this point in the history
see title
  • Loading branch information
J0 authored Jan 4, 2023
1 parent 3138c57 commit a4a96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.postgres.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:14
FROM postgres:15
WORKDIR /
RUN pwd
COPY init_postgres.sh /docker-entrypoint-initdb.d/init.sh
Expand Down

0 comments on commit a4a96c0

Please sign in to comment.