We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0d249 commit 6b9b78fCopy full SHA for 6b9b78f
.github/workflows/docker-publish.yml
@@ -21,7 +21,7 @@ env:
21
# value isn't reflected in the tag for this image, you also need to bump the
22
# internal version below when changing this variable.
23
#
24
- azul_docker_pycharm_base_image_tag: bullseye-20240701
+ azul_docker_pycharm_base_image_tag: bullseye-20240722
25
26
# The version of PyCharm to install in this image.
27
@@ -31,7 +31,7 @@ env:
31
# upstream image followed by the value of this variable. Increment this value
32
# to update the OS packages installed in the image.
33
34
- azul_docker_pycharm_internal_version: 27
+ azul_docker_pycharm_internal_version: 28
35
36
jobs:
37
build:
0 commit comments