chore(deps): update alpine docker tag to v3.21

This commit is contained in:
automation-bot 2025-01-09 00:01:19 +00:00
commit 2a53d6e09b

View file

@ -1,4 +1,4 @@
FROM alpine:3.20 AS jags
FROM alpine:3.21 AS jags
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ git cmake tk-dev xz
@ -7,7 +7,7 @@ RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfor
RUN curl -s -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/JAGS-4.3.2.tar.gz && \
tar -xzf JAGS-4.3.2.tar.gz && cd JAGS-4.3.2 && ./configure --enable-silent-rules && make 2>&1
FROM alpine:3.20 AS final
FROM alpine:3.21 AS final
ARG R_VERSION=4.4.2
ENV PATH=/opt/R/${R_VERSION}/bin:$PATH