Skip to content

Commit

Permalink
build(deps): bump fedora from f39 to f40
Browse files Browse the repository at this point in the history
Bumps fedora from `61864fd` to `4e007f2`.
Bumps csdiff from `3.2.0` to `3.2.1`.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Apr 26, 2024
1 parent dab02d4 commit 065bd49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SPDX-License-Identifier: GPL-3.0-or-later

FROM fedora@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679
FROM fedora@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312

# --- Version Pinning --- #

ARG fedora="39"
ARG fedora="40"
ARG arch="x86_64"

ARG version_csdiff="3.2.0-1"
ARG version_shellcheck="0.9.0-4"
ARG version_csdiff="3.2.1-1"
ARG version_shellcheck="0.9.0-6"

ARG rpm_csdiff="csdiff-${version_csdiff}.fc${fedora}.${arch}.rpm"

Expand Down
8 changes: 4 additions & 4 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SPDX-License-Identifier: GPL-3.0-or-later

FROM fedora@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679
FROM fedora@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312

# --- Version Pinning --- #

ARG fedora="39"
ARG fedora="40"
ARG arch="x86_64"

ARG version_csdiff="3.2.0-1"
ARG version_shellcheck="0.9.0-4"
ARG version_csdiff="3.2.1-1"
ARG version_shellcheck="0.9.0-6"

ARG rpm_csdiff="csdiff-${version_csdiff}.fc${fedora}.${arch}.rpm"

Expand Down
2 changes: 1 addition & 1 deletion test/show_versions.bats
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ setup () {
assert_success
assert_output \
"ShellCheck: 0.9.0
csutils: 3.2.0"
csutils: 3.2.1"
}

0 comments on commit 065bd49

Please sign in to comment.