Loading Dockerfile +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 Loading Loading
Dockerfile +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 Loading