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

Switch to PostgreSQL version 14.


Signed-off-by: default avatarCristiano Urban <cristiano.urban@inaf.it>
parent 9cc4cb2d
No related merge requests found
Pipeline #3098 passed
# Use posgres as base image # Use posgres as base image
FROM library/postgres:13 FROM library/postgres:14
# Allow access without password # Allow access without password
ENV POSTGRES_HOST_AUTH_METHOD=trust 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