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 66cce23 commit 495a7bfCopy full SHA for 495a7bf
.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.27
+ azul_docker_elasticsearch_upstream_version: 7.17.28
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: 38
+ azul_docker_elasticsearch_internal_version: 39
29
30
jobs:
31
build:
0 commit comments