Skip to content

Commit 239c586

Browse files
build(deps): pin fedora docker tag to 781b764
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da419b0 commit 239c586

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-fedora-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: Test on Fedora 43
1616
container:
17-
image: fedora:43 # renovate: datasource=docker depName=fedora
17+
image: fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138 # renovate: datasource=docker depName=fedora
1818
options: --user root
1919
steps:
2020
- name: Install prerequisites

.github/workflows/test-unit-fedora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test-fedora:
3030
runs-on: ubuntu-24.04
3131
container:
32-
image: fedora:43 # renovate: datasource=docker depName=fedora
32+
image: fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138 # renovate: datasource=docker depName=fedora
3333
steps:
3434
- name: Install prerequisites
3535
run: |

0 commit comments

Comments
 (0)