Skip to content

Commit

Permalink
Upgrade dependencies 2024-10-28 (DataBiosphere/azul#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Nov 5, 2024
1 parent 7b271d4 commit 42add27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ env:
# value isn't reflected in the tag for this image, you also need to bump the
# internal version below when changing this variable.
#
azul_docker_pycharm_base_image_tag: bookworm-20240926
azul_docker_pycharm_base_image_tag: bookworm-20241016

# The version of PyCharm to install in this image.
#
azul_docker_pycharm_upstream_version: 2024.2.3
azul_docker_pycharm_upstream_version: 2024.2.4

# The version of this image. The image will be tagged with the version of the
# upstream image followed by the value of this variable. Increment this value
# to update the OS packages installed in the image.
#
azul_docker_pycharm_internal_version: 36
azul_docker_pycharm_internal_version: 37

jobs:
build:
Expand Down

0 comments on commit 42add27

Please sign in to comment.