From 7df59a64ab1a70c37463912d58b49c8c18f093ff Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Tue, 5 Nov 2024 09:27:07 -0800 Subject: [PATCH] Upgrade dependencies 2024-10-28 (DataBiosphere/azul#6663) --- .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 90c5fd0..8ea7391 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.24 + azul_docker_elasticsearch_upstream_version: 7.17.25 # 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: 29 + azul_docker_elasticsearch_internal_version: 30 jobs: build: