Skip to content

Commit

Permalink
Dockerfile: update to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Jun 14, 2024
1 parent 431c6a7 commit c6b85dd
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 c6b85dd

Please sign in to comment.