Skip to content

Commit

Permalink
Update to 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 2, 2023
1 parent 963070b commit da79914
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 @@
# Logstash 8.7.0
# Logstash 8.7.1

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/logstash/logstash:8.7.0@sha256:9aecbe5f49e1015bc7041dcd9b4124fb2026fc3cf28c0888aac3d64cd11865f6
FROM docker.elastic.co/logstash/logstash:8.7.1@sha256:077a58d221107b9b15b04dcc1fd218b8bae2e8f3c5b10f5cd753daca7b275079
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v8.7.0/logstash
# https://github.com/elastic/dockerfiles/tree/v8.7.1/logstash

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.0:logstash'
# docker build 'https://github.com/elastic/dockerfiles.git#v8.7.1:logstash'

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

Expand Down

0 comments on commit da79914

Please sign in to comment.