diff --git a/Dockerfile b/Dockerfile index 847979ea..5f7d359c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM registry.fedoraproject.org/fedora:38 AS builder +FROM registry.fedoraproject.org/fedora:39 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:38 +FROM registry.fedoraproject.org/fedora-minimal:39 COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane ENTRYPOINT ["/usr/local/bin/butane"] diff --git a/docs/release-notes.md b/docs/release-notes.md index 25eda216..567d8765 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,8 @@ nav_order: 9 ## Upcoming Butane 0.20.0 (unreleased) +Starting with this release, Butane binaries are signed with the [Fedora 39 +key](https://getfedora.org/security/). ### Breaking changes