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 \
|
||||
gcc glibc-devel just \
|
||||
|
|
@ -6,7 +6,7 @@ RUN dnf5 install -y wget \
|
|||
|
||||
RUN printf ". /etc/bashrc\n" > $HOME/.bashrc
|
||||
|
||||
ARG nimVersion=2.0.8
|
||||
ARG nimVersion=2.2.0
|
||||
RUN set -euxo pipefail && \
|
||||
tempdir=$(mktemp -d) && \
|
||||
pushd $tempdir && \
|
||||
|
|
@ -28,7 +28,7 @@ ARG NIMBLESETTINGS="-d:release --opt:speed -d:strip"
|
|||
RUN just build-binary '${NIMBLESETTINGS}'
|
||||
|
||||
|
||||
FROM quay.io/fedora/fedora-minimal:40
|
||||
FROM quay.io/fedora/fedora-minimal:41
|
||||
|
||||
# Add Tini
|
||||
ENV TINI_VERSION v0.19.0
|
||||
|
|
@ -41,4 +41,4 @@ RUN dnf5 -y install libcurl && dnf5 clean all
|
|||
COPY --from=builder /workdir/rssmix /bin/rssmix
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
CMD [ "/bin/rssmix" ]
|
||||
CMD [ "/bin/rssmix" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue