We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 431c6a7 + c6b85dd commit d26d803Copy full SHA for d26d803
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM registry.fedoraproject.org/fedora:39 AS builder
+FROM registry.fedoraproject.org/fedora:40 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 registry.fedoraproject.org/fedora-minimal:39
+FROM registry.fedoraproject.org/fedora-minimal:40
9
COPY --from=builder /butane/bin/container/butane /usr/local/bin/butane
10
ENTRYPOINT ["/usr/local/bin/butane"]
0 commit comments