mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-11-24 20:13:44 +03:00
Bump postgres from 14 to 16 in /compose/production/postgres
Bumps postgres from 14 to 16. --- updated-dependencies: - dependency-name: postgres dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
18e43129fe
commit
adea849ec9
|
@ -1,4 +1,4 @@
|
|||
FROM postgres:14
|
||||
FROM postgres:16
|
||||
|
||||
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
|
||||
RUN chmod +x /usr/local/bin/maintenance/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user