Update Dockerfile

This commit is contained in:
Alexandre
2023-05-27 20:51:02 +02:00
committed by GitHub
parent e454e3717e
commit 985b613611

View File

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