Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit fef2efa

Browse files
Update to 8.1.0
1 parent e8fda86 commit fef2efa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

8/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Elasticsearch 8.0.1
1+
# Elasticsearch 8.1.0
22

33
# This image re-bundles the Docker image from the upstream provider, Elastic.
4-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.0.1@sha256:4d048cdee0f077666a299a4d11b85146dc8ec8d8a821bf3ea8b11e31b4189845
4+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.1.0@sha256:b58e10906c1858bfc1c113fddb64c602f8cb3e00b159fdaa940f9afc3daf80a7
55
# Supported Bashbrew Architectures: amd64 arm64v8
66

77
# The upstream image was built by:
8-
# https://github.com/elastic/dockerfiles/tree/v8.0.1/elasticsearch
8+
# https://github.com/elastic/dockerfiles/tree/v8.1.0/elasticsearch
99

1010
# The build can be reproduced locally via:
11-
# docker build 'https://github.com/elastic/dockerfiles.git#v8.0.1:elasticsearch'
11+
# docker build 'https://github.com/elastic/dockerfiles.git#v8.1.0:elasticsearch'
1212

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

0 commit comments

Comments
 (0)