Skip to content
Snippets Groups Projects
Commit 7b1d1a36 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Switch to PostgreSQL version 13.


Signed-off-by: default avatarCristiano Urban <cristiano.urban@inaf.it>
parent 29a3a912
No related branches found
No related tags found
No related merge requests found
Pipeline #2419 passed
# Use posgres as base image
FROM library/postgres:12
FROM library/postgres:13
# Allow access without password
ENV POSTGRES_HOST_AUTH_METHOD=trust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment