Skip to content

Commit

Permalink
Downgrade postgres container
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Oct 3, 2023
1 parent 80b3ace commit 61d2848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# All this does is copy the init script into the container so it can run on first start

FROM postgres
FROM postgres:15.4

COPY ./src/postgres/init-db.sh ./docker-entrypoint-initdb.d/initialize-database.sh
COPY ./src/postgres/init-db.sh ./docker-entrypoint-initdb.d/initialize-database.sh

0 comments on commit 61d2848

Please sign in to comment.