Update Dockerfile

This commit is contained in:
Alexandre
2023-03-09 04:27:06 +01:00
committed by GitHub
parent 28ba35cf8e
commit 56c6949292

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_UPSTREAM="8.6.2"
ARG BUILD_UPSTREAM="7.17.9"
FROM elasticsearch:$BUILD_UPSTREAM
##################