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

Switch to PostgreSQL version 14.

parent 9cc4cb2d
No related branches found
No related tags found
No related merge requests found
Pipeline #3098 passed
# Use posgres as base image
FROM library/postgres:13
FROM library/postgres:14
# 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.
Please register or to comment