Compare commits

...

1 Commits

Author SHA1 Message Date
Simon L.
0fd519c63a elasticsearch: update to v9
Signed-off-by: Simon L. <szaimen@e.mail.de>
2026-04-09 14:20:25 +02:00

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:8.19.14
# Probably from here https://github.com/elastic/dockerfiles/blob/9.3/elasticsearch/Dockerfile
FROM elasticsearch:9.3.3
USER root