Skip to content

Commit

Permalink
Issue #4035: Updated elasticsearch version tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jan 17, 2025
1 parent 6e31617 commit 7f14664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0/en/content/installation-docker.html

# 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.17.3 AS otobo-elasticsearch
# Use 7.17.27, because latest flag is not available
# It is currently unclear un which OS the image is based. The User is root.
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.27 AS otobo-elasticsearch

# Install system tools
# Hadolint ignore=DL3008
Expand Down

0 comments on commit 7f14664

Please sign in to comment.