Skip to content

Commit

Permalink
Bump fedora from 20 to 40 in /.github/builder
Browse files Browse the repository at this point in the history
Bumps fedora from 20 to 40.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 77dcd96 commit b55d55c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3033,SC3044
FROM fedora:20@sha256:5d5a02b873d298da9bca4b84440c5cd698b0832560c850d92cf389cef58bc549
FROM fedora:40@sha256:d0207dbb078ee261852590b9a8f1ab1f8320547be79a2f39af9f3d23db33735e

ENV PATH="${PATH}:/root/.cargo/bin/"

Expand Down
2 changes: 1 addition & 1 deletion .github/builder/Dockerfile-internal-6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3033,SC3044
FROM fedora:20
FROM fedora:40

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion .github/builder/Dockerfile-internal-7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3033,SC3044
FROM fedora:20
FROM fedora:40

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit b55d55c

Please sign in to comment.