From 93e58560e4565b2e04781580dee18df6b5da9b2c Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Thu, 5 Sep 2024 17:34:23 -0700 Subject: [PATCH] Upgrade dependencies 2024-09-02 (DataBiosphere/azul#6537) --- .github/workflows/docker-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ce12bd5..20ad2a3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,17 +21,17 @@ env: # value isn't reflected in the tag for this image, you also need to bump the # internal version below when changing this variable. # - azul_docker_pycharm_base_image_tag: bullseye-20240812 + azul_docker_pycharm_base_image_tag: bullseye-20240904 # The version of PyCharm to install in this image. # - azul_docker_pycharm_upstream_version: 2024.2 + azul_docker_pycharm_upstream_version: 2024.2.1 # 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_pycharm_internal_version: 31 + azul_docker_pycharm_internal_version: 32 jobs: build: