Skip to content

Commit

Permalink
Issue #3673: Update otobo.elasticsearch.dockerfile to new Elasticsear…
Browse files Browse the repository at this point in the history
…ch version 7.17.25.
  • Loading branch information
StefanRother-OTOBO authored Oct 28, 2024
1 parent e332d7a commit 170ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otobo.elasticsearch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# 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
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.25 AS otobo-elasticsearch

# Install system tools
# Hadolint ignore=DL3008
Expand Down

0 comments on commit 170ff69

Please sign in to comment.