Skip to content

Commit

Permalink
build(deps): bump fedora from 38 to 39
Browse files Browse the repository at this point in the history
Bumps fedora from `6fc00f8` to `06df381`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jamacku committed Nov 29, 2023
1 parent 94126cb commit c4b6693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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:6fc00f83a1b6526b1c6562e30f552d109ba8e269259c6742a26efab1b7aef59e
FROM fedora@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0

# --- Version Pinning --- #

ARG fedora="38"
ARG fedora="39"
ARG arch="x86_64"

ARG version_csdiff="3.0.4-1"
ARG version_shellcheck="0.9.0-2"
ARG version_shellcheck="0.9.0-4"

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

Expand Down
6 changes: 3 additions & 3 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:6fc00f83a1b6526b1c6562e30f552d109ba8e269259c6742a26efab1b7aef59e
FROM fedora@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0

# --- Version Pinning --- #

ARG fedora="38"
ARG fedora="39"
ARG arch="x86_64"

ARG version_csdiff="3.0.4-1"
ARG version_shellcheck="0.9.0-2"
ARG version_shellcheck="0.9.0-4"

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

Expand Down

0 comments on commit c4b6693

Please sign in to comment.