From 20e21ac8ee1ff163c0545b0cf87b536800c3c62a Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Fri, 16 Feb 2024 19:16:55 -0800 Subject: [PATCH] Upgrade dependencies 2024-02-05 (DataBiosphere/azul#5926) --- .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 5d5a870..957410c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -21,7 +21,7 @@ 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-20240130 + azul_docker_pycharm_base_image_tag: bullseye-20240211 # The version of PyCharm to install in this image. # @@ -31,7 +31,7 @@ env: # 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: 12 + azul_docker_pycharm_internal_version: 13 jobs: build: