Skip to content

Commit d1663e2

Browse files
committed
Upgrade dependencies 2024-09-30 (DataBiosphere/azul#6598)
1 parent 55015e0 commit d1663e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ env:
2121
# value isn't reflected in the tag for this image, you also need to bump the
2222
# internal version below when changing this variable.
2323
#
24-
azul_docker_pycharm_base_image_tag: bookworm-20240904
24+
azul_docker_pycharm_base_image_tag: bookworm-20240926
2525

2626
# The version of PyCharm to install in this image.
2727
#
28-
azul_docker_pycharm_upstream_version: 2024.2.1
28+
azul_docker_pycharm_upstream_version: 2024.2.3
2929

3030
# The version of this image. The image will be tagged with the version of the
3131
# upstream image followed by the value of this variable. Increment this value
3232
# to update the OS packages installed in the image.
3333
#
34-
azul_docker_pycharm_internal_version: 34
34+
azul_docker_pycharm_internal_version: 35
3535

3636
jobs:
3737
build:

0 commit comments

Comments
 (0)