Update Dockerfile

This commit is contained in:
Alexandre
2023-03-09 04:22:05 +01:00
committed by GitHub
parent fe98cd482b
commit a97abfa44f

View File

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