Skip to content

Commit

Permalink
Issue #3448: fix the base image in rel-11_1
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 19, 2024
1 parent 7e7081a commit 702dd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
lowercased_repository="${mixed_case_repository,,}"
(
echo "otobo_branch=rel-11_1"
echo "otobo_base_image=perl:5.40-bookworm"
echo "otobo_base_image=perl:5.40-slim-bookworm"
echo "otobo_ref=$lowercased_repository:devel-11_1_test"
) >> $GITHUB_ENV
Expand Down

0 comments on commit 702dd02

Please sign in to comment.