diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 9cf055a0187..d2827c24070 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM postgres:15-alpine +FROM $BUILD_FROM ################## # 2 Modify Image #