We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b0f18 + a1a2ba7 commit 85a7eddCopy full SHA for 85a7edd
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM quay.io/fedora/fedora:43 AS builder
+FROM quay.io/fedora/fedora:44 AS builder
2
RUN dnf install -y golang git-core
3
RUN mkdir /butane
4
COPY . /butane
5
WORKDIR /butane
6
RUN ./build_for_container
7
8
-FROM quay.io/fedora/fedora-minimal:43
+FROM quay.io/fedora/fedora-minimal:44
9
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
10
ENTRYPOINT ["/usr/local/bin/butane"]
0 commit comments