mirror of
https://github.com/evraz-hack/backend.git
synced 2024-11-22 09:06:44 +03:00
Bump postgres from 14 to 15 in /compose/production/postgres
Bumps postgres from 14 to 15. --- 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
c93ec3c4fd
commit
7c2c753a05
|
@ -1,4 +1,4 @@
|
|||
FROM postgres:14
|
||||
FROM postgres:15
|
||||
|
||||
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
|
||||
RUN chmod +x /usr/local/bin/maintenance/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user