Update Dockerfile

This commit is contained in:
Alexandre
2024-01-31 04:41:43 +01:00
committed by GitHub
parent 48d1c63f29
commit 64033da06f

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM postgres:15-alpine
FROM $BUILD_FROM
##################
# 2 Modify Image #