diff --git a/Dockerfile b/Dockerfile index b43bc369..da43192a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN go build \ -o /enki # specify the fedora version, otherwise we migth get beta versions! -FROM fedora:40 as tools-image +FROM fedora:42 as tools-image COPY --from=luet /usr/bin/luet /usr/bin/luet ENV LUET_NOLOCK=true ENV TMPDIR=/tmp