From 0e4b1306fb2b77d99af9ab0b9bd32148fc470931 Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Wed, 17 Apr 2024 17:35:54 -0700 Subject: [PATCH] Upgrade dependencies 2024-04-15 (DataBioshere/azul#6164) --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 91ec79a..75bdcb9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -19,13 +19,13 @@ env: # The tag of the Elasticsearch image that's used as the base for this image. # - azul_docker_elasticsearch_upstream_version: 7.17.19 + azul_docker_elasticsearch_upstream_version: 7.17.20 # The version of this image. The image will be tagged with the version of the # upstream image followed by the value of this variable. Increment this value # to update the OS packages installed in the image. # - azul_docker_elasticsearch_internal_version: 15 + azul_docker_elasticsearch_internal_version: 16 jobs: build: