diff --git a/Dockerfile b/Dockerfile index c632aa7a6b07ac49b91d94c2832513c3b14d4c23..f170ecbdcbd564e31bb7339426e625eb1fe5fb32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use posgres as base image -FROM library/postgres:13 +FROM library/postgres:14 # Allow access without password ENV POSTGRES_HOST_AUTH_METHOD=trust