Skip to content

Commit

Permalink
Update fedora-minimal to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Jun 14, 2024
1 parent c9e50c7 commit 7c25443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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 7c25443

Please sign in to comment.