We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12973c commit 0a28870Copy full SHA for 0a28870
.github/workflows/docker-publish.yml
@@ -21,17 +21,17 @@ 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-20240722
+ azul_docker_pycharm_base_image_tag: bullseye-20240812
25
26
# The version of PyCharm to install in this image.
27
28
- azul_docker_pycharm_upstream_version: 2024.1.6
+ azul_docker_pycharm_upstream_version: 2024.2
29
30
# The version of this image. The image will be tagged with the version of the
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: 30
+ azul_docker_pycharm_internal_version: 31
35
36
jobs:
37
build:
0 commit comments