Skip to content

Commit

Permalink
Merge pull request #540 from aaradhak/f40
Browse files Browse the repository at this point in the history
Dockerfile: update to Fedora 40
  • Loading branch information
aaradhak committed Jun 18, 2024
2 parents 431c6a7 + c6b85dd commit d26d803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.fedoraproject.org/fedora:39 AS builder
FROM registry.fedoraproject.org/fedora:40 AS builder
RUN dnf install -y golang git-core
RUN mkdir /butane
COPY . /butane
WORKDIR /butane
RUN ./build_for_container

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

0 comments on commit d26d803

Please sign in to comment.