Skip to content

Commit

Permalink
Merge pull request #510 from prestist/rebase-f39
Browse files Browse the repository at this point in the history
Dockerfile: update to Fedora 39
  • Loading branch information
prestist authored Feb 12, 2024
2 parents 4f1b414 + 58f392b commit 9a0c2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: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"]
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a0c2a4

Please sign in to comment.