fixed docker upgrades

This commit is contained in:
Yhael S
2024-08-24 18:20:39 -06:00
parent 0b31913315
commit 9a49d0a425
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
ARG POSTGRES_TAG
FROM postgres:${POSTGRES_TAG}
FROM postgres:16.4
#------------------------#
# APT Dependencies #