Skip to content

Commit 85a7edd

Browse files
authored
Merge pull request #701 from marmijo/update-f44
Dockerfile: update to Fedora 44
2 parents 80b0f18 + a1a2ba7 commit 85a7edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM quay.io/fedora/fedora:43 AS builder
1+
FROM quay.io/fedora/fedora:44 AS builder
22
RUN dnf install -y golang git-core
33
RUN mkdir /butane
44
COPY . /butane
55
WORKDIR /butane
66
RUN ./build_for_container
77

8-
FROM quay.io/fedora/fedora-minimal:43
8+
FROM quay.io/fedora/fedora-minimal:44
99
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
1010
ENTRYPOINT ["/usr/local/bin/butane"]

0 commit comments

Comments
 (0)