Skip to content

Commit cca143a

Browse files
committed
Upgrade base images to Debian Trixie (DataBiosphere/azul#7383)
1 parent 825bb28 commit cca143a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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-20250811
24+
azul_docker_pycharm_base_image_tag: trixie-20250908-slim
2525

2626
# The version of PyCharm to install in this image.
2727
#
@@ -33,7 +33,7 @@ env:
3333
# upstream image followed by the value of this variable. Increment this value
3434
# to update the OS packages installed in the image.
3535
#
36-
azul_docker_pycharm_internal_version: 61
36+
azul_docker_pycharm_internal_version: 62
3737

3838
jobs:
3939
build:

0 commit comments

Comments
 (0)