We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4229 commit 86d38b8Copy full SHA for 86d38b8
.github/workflows/docker-publish.yml
@@ -19,13 +19,13 @@ env:
19
20
# The tag of the Elasticsearch image that's used as the base for this image.
21
#
22
- azul_docker_elasticsearch_upstream_version: 7.17.23
+ azul_docker_elasticsearch_upstream_version: 7.17.24
23
24
# The version of this image. The image will be tagged with the version of the
25
# upstream image followed by the value of this variable. Increment this value
26
# to update the OS packages installed in the image.
27
28
- azul_docker_elasticsearch_internal_version: 26
+ azul_docker_elasticsearch_internal_version: 27
29
30
jobs:
31
build:
0 commit comments