Skip to content

Commit

Permalink
⬆️ Update Update fedora Docker tag to v42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent a0c3578 commit df025ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/byoi/fedora-fips/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=fedora:36
ARG BASE_IMAGE=fedora:42
FROM $BASE_IMAGE as base

# Generate os-release file
Expand Down
2 changes: 1 addition & 1 deletion examples/byoi/fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=fedora:36
ARG BASE_IMAGE=fedora:42

FROM $BASE_IMAGE

Expand Down

0 comments on commit df025ff

Please sign in to comment.