Skip to content

Commit

Permalink
Update to 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Feb 10, 2021
1 parent 9043b04 commit db67263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Elasticsearch 7.10.2
# Elasticsearch 7.11.0

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/elasticsearch/elasticsearch:7.10.2@sha256:d528cec81720266974fdfe7a0f12fee928dc02e5a2c754b45b9a84c84695bfd9
FROM docker.elastic.co/elasticsearch/elasticsearch:7.11.0@sha256:c16cb4fcb0b430d1f30bbde6b1e0226b944520df7a6085a39441d14abbac2f6d
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v7.10.2/elasticsearch
# https://github.com/elastic/dockerfiles/tree/v7.11.0/elasticsearch

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v7.10.2:elasticsearch'
# docker build 'https://github.com/elastic/dockerfiles.git#v7.11.0:elasticsearch'

# For a full list of supported images and tags visit https://www.docker.elastic.co

Expand Down

0 comments on commit db67263

Please sign in to comment.