Update to postgres:14; 9.6 really is old now

This commit is contained in:
Erik Huelsmann 2022-07-28 16:50:35 +02:00
parent cf4256a20e
commit 028d8c45ed

View File

@ -16,7 +16,7 @@ services:
# because that allows us to use the default hostname ("postgres") # because that allows us to use the default hostname ("postgres")
# from the LedgerSMB configuration # from the LedgerSMB configuration
postgres: postgres:
image: postgres:9.6-alpine image: postgres:14-alpine
environment: environment:
# Replace the password below for a secure setup # Replace the password below for a secure setup
POSTGRES_PASSWORD: abc POSTGRES_PASSWORD: abc