Skip to content

Commit d26d803

Browse files
authored
Merge pull request coreos#540 from aaradhak/f40
Dockerfile: update to Fedora 40
2 parents 431c6a7 + c6b85dd commit d26d803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.fedoraproject.org/fedora:39 AS builder
1+
FROM registry.fedoraproject.org/fedora:40 AS builder
22
RUN dnf install -y golang git-core
33
RUN mkdir /butane
44
COPY . /butane
55
WORKDIR /butane
66
RUN ./build_for_container
77

8-
FROM registry.fedoraproject.org/fedora-minimal:39
8+
FROM registry.fedoraproject.org/fedora-minimal:40
99
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
1010
ENTRYPOINT ["/usr/local/bin/butane"]

0 commit comments

Comments
 (0)