Commit ff6ff883 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Revert to version 12 (needed to ensure that pgSphere works fine).

parent 0531d6a4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Use posgres as base image
FROM library/postgres:14
FROM library/postgres:12

# Allow access without password
ENV POSTGRES_HOST_AUTH_METHOD=trust