We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825bb28 commit cca143aCopy full SHA for cca143a
.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: bookworm-20250811
+ azul_docker_pycharm_base_image_tag: trixie-20250908-slim
25
26
# The version of PyCharm to install in this image.
27
@@ -33,7 +33,7 @@ env:
33
# upstream image followed by the value of this variable. Increment this value
34
# to update the OS packages installed in the image.
35
36
- azul_docker_pycharm_internal_version: 61
+ azul_docker_pycharm_internal_version: 62
37
38
jobs:
39
build:
0 commit comments