Skip to content

Commit

Permalink
chore(deps): update fedora docker tag to v42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent b6eaef1 commit e92fe3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/fedora-37-18-nightly.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run `make build-fedora-37-18-nightly` to build this image

FROM fedora:37
FROM fedora:42

# Install base utils
RUN dnf update -y
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/fedora-37-18.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run `make build-fedora-37-18` to build this image

FROM fedora:37
FROM fedora:42

# Install base utils
RUN dnf update -y
Expand Down

0 comments on commit e92fe3b

Please sign in to comment.