Skip to content

Commit f0faa7d

Browse files
authored
Merge pull request docker-library#18143 from infosiftr/windows-2025
Add Windows Server 2025 to allowed external pins
2 parents ca321b6 + 6c54eda commit f0faa7d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sha256:d584aae93e84d61c8a3280ed3a5d5a6d397c0214a2902acadb8b17b0b00c70e8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sha256:f6153b44882e7ada8fa17123cfca1da3f29ea7fbe062c9e931240dc837aa4256

.github/workflows/.bashbrew/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ runs:
1010

1111
# these two version numbers are intentionally as close together as I could possibly get them because no matter what I tried, GitHub will not allow me to DRY them (can't have any useful variables in `uses:` and can't even have YAML references to steal it in `env:` or something)
1212
- shell: 'bash -Eeuo pipefail -x {0}'
13-
run: echo BASHBREW_VERSION=v0.1.12 >> "$GITHUB_ENV"
14-
- uses: docker-library/[email protected].12
13+
run: echo BASHBREW_VERSION=v0.1.13 >> "$GITHUB_ENV"
14+
- uses: docker-library/[email protected].13
1515
if: inputs.build == 'host'
1616

1717
- run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/docker-library/bashbrew.git#$BASHBREW_VERSION"

0 commit comments

Comments
 (0)