Skip to content

Commit

Permalink
Update to 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 13, 2023
1 parent 917e601 commit 84a62ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Elasticsearch 8.11.0
# Elasticsearch 8.11.1

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/elasticsearch/elasticsearch:8.11.0@sha256:4cd9ce4ccb04618617114da1df8240473bbd004329c1bc0252cebeec089b629e
FROM docker.elastic.co/elasticsearch/elasticsearch:8.11.1@sha256:cf3edd6518b0159d50c0f932f6cacd63930db01e1fb740499eca477543d42b34
# Supported Bashbrew Architectures: amd64 arm64v8

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

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

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

Expand Down

0 comments on commit 84a62ad

Please sign in to comment.