diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 54569f5c6..4ca04715d 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM} +FROM postgres:15-alpine ################## # 2 Modify Image #