This commit is contained in:
parent
a23318e25e
commit
8c9175312e
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue