diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 762ffaa..89bc35f 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.2.4 + azul_docker_pycharm_upstream_version: 2024.3 # 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: 38 + azul_docker_pycharm_internal_version: 39 jobs: build: