Skip to content

Commit 3fca8a1

Browse files
build(deps): update fedora docker tag to v45
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da419b0 commit 3fca8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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:45@sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b # 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:45@sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b # renovate: datasource=docker depName=fedora
3333
steps:
3434
- name: Install prerequisites
3535
run: |

0 commit comments

Comments
 (0)