Skip to content

Commit

Permalink
Merge pull request #408 from prestist/update-dockerfile-to-be-uniform
Browse files Browse the repository at this point in the history
Dockerfile: update second 'from' to be consistant in using f37
  • Loading branch information
prestist committed Nov 18, 2022
2 parents 90f19dd + 8812700 commit fae2183
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:36
FROM registry.fedoraproject.org/fedora-minimal:37
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
ENTRYPOINT ["/usr/local/bin/butane"]

0 comments on commit fae2183

Please sign in to comment.