Skip to content

Commit

Permalink
Merge branch 'rel-10_0' into rel-10_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Apr 28, 2022
2 parents adf0b79 + 922432b commit d2fcc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otobo.elasticsearch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# See also bin/docker/build_docker_images.sh
# See also https://doc.otobo.org/manual/installation/10.1/en/content/installation-docker.html

# Use 7.16.2, because latest flag is not available
# Use 7.17.3, because latest flag is not available
# This image is based on Ubuntu 20.04. The User is root.
FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.2
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.3

# Install system tools
# Hadolint ignore=DL3008
Expand Down

0 comments on commit d2fcc8e

Please sign in to comment.