Skip to content

Commit ca77507

Browse files
committed
bump to f42 + bootc 1.1.7
1 parent c945e9e commit ca77507

File tree

3 files changed

+345
-177
lines changed

3 files changed

+345
-177
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:41 as build
1+
FROM quay.io/fedora/fedora:42 as build
22

33
#
44
# Build dependencies
@@ -19,7 +19,7 @@ RUN cargo fetch
1919
RUN cargo build --release
2020

2121
# Remove dependencies
22-
FROM quay.io/fedora/fedora:41
22+
FROM quay.io/fedora/fedora:42
2323

2424
# Install niceties
2525
RUN dnf install -y python3 python3-pip python3-devel rsync git tree \

0 commit comments

Comments
 (0)