diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index be340f4..784daf4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,13 +25,13 @@ env: # The version of PyCharm to install in this image. # - azul_docker_pycharm_upstream_version: 2024.1.3 + azul_docker_pycharm_upstream_version: 2024.1.4 # 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: 25 + azul_docker_pycharm_internal_version: 26 jobs: build: