Skip to content

Commit b1c5a41

Browse files
committed
chore: bump homebrew to v5.0.9
1 parent 42ac9b6 commit b1c5a41

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Homebrew Releaser now warns instead of raising an exception and exiting with a failure if the `git commit` operation is unsuccessful due to "nothing to commit". This is useful if you want to test back to back releases or need to recreate a release but the underlying assets have not changed (closes #69)
77
- Optimizes how asset URL selection occurs when downloading assets to generate checksums for
88
- Makes `formula_folder` optional as we always had a default of `Formula`, now allows users to omit its inclusion in their yaml
9+
- Bumps Homebrew to v5.0.9
910

1011
## v3.1.0 (2025-12-26)
1112

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
useradd -m linuxbrew && \
2020
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | \
2121
su - linuxbrew -c "NONINTERACTIVE=1 /bin/bash" && \
22-
su - linuxbrew -c "git -C /home/linuxbrew/.linuxbrew/Homebrew checkout 5.0.4" && \
22+
su - linuxbrew -c "git -C /home/linuxbrew/.linuxbrew/Homebrew checkout 5.0.9" && \
2323
chown -R linuxbrew:linuxbrew /app
2424

2525
USER linuxbrew

0 commit comments

Comments
 (0)