Skip to content

Commit

Permalink
Merge pull request #362 from uselagoon/renovate/main-patch-elk-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Dec 14, 2021
2 parents 55faee0 + 80e88cd commit b09057e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/elasticsearch/6.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
# Defining Versions - https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docker.html
FROM --platform=linux/amd64 docker.elastic.co/elasticsearch/elasticsearch:6.8.20
FROM --platform=linux/amd64 docker.elastic.co/elasticsearch/elasticsearch:6.8.21

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down
2 changes: 1 addition & 1 deletion images/kibana/6.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM --platform=linux/amd64 docker.elastic.co/kibana/kibana:6.8.20
FROM --platform=linux/amd64 docker.elastic.co/kibana/kibana:6.8.21

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down
2 changes: 1 addition & 1 deletion images/logstash/6.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM --platform=linux/amd64 docker.elastic.co/logstash/logstash:6.8.20
FROM --platform=linux/amd64 docker.elastic.co/logstash/logstash:6.8.21

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down

0 comments on commit b09057e

Please sign in to comment.