set db postgresql version as 15

master
joey0629 1 year ago
parent f4c26f0518
commit b726730968
  1. 2
      sql_script/Dockerfile

@ -1,3 +1,3 @@
FROM postgres
FROM postgres:15
COPY create_all.sql /docker-entrypoint-initdb.d/

Loading…
Cancel
Save