fedora 41 and nim 2.2.0
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
mr-boneman 2024-12-05 20:15:02 +01:00
parent a23318e25e
commit 8c9175312e

View file

@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora-minimal:40 AS builder FROM quay.io/fedora/fedora-minimal:41 AS builder
RUN dnf5 install -y wget \ RUN dnf5 install -y wget \
gcc glibc-devel just \ gcc glibc-devel just \
@ -6,7 +6,7 @@ RUN dnf5 install -y wget \
RUN printf ". /etc/bashrc\n" > $HOME/.bashrc RUN printf ". /etc/bashrc\n" > $HOME/.bashrc
ARG nimVersion=2.0.8 ARG nimVersion=2.2.0
RUN set -euxo pipefail && \ RUN set -euxo pipefail && \
tempdir=$(mktemp -d) && \ tempdir=$(mktemp -d) && \
pushd $tempdir && \ pushd $tempdir && \
@ -28,7 +28,7 @@ ARG NIMBLESETTINGS="-d:release --opt:speed -d:strip"
RUN just build-binary '${NIMBLESETTINGS}' RUN just build-binary '${NIMBLESETTINGS}'
FROM quay.io/fedora/fedora-minimal:40 FROM quay.io/fedora/fedora-minimal:41
# Add Tini # Add Tini
ENV TINI_VERSION v0.19.0 ENV TINI_VERSION v0.19.0