We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11478ff commit 3c515e7Copy full SHA for 3c515e7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM b2bwebid/r-base:bookworm
+FROM b2bwebid/r-base:trixie
2
RUN apt install -y libcurl4-openssl-dev libgsl-dev libxml2-dev libglpk-dev \
3
file libssl-dev libfontconfig1-dev && \
4
apt clean
Makefile
@@ -1,13 +1,13 @@
NAME = b2bwebid/r-quant
-VERSION = 2025.1
+VERSION = 2025.2
BUILD = $(shell date +'%Y%m%d')
5
.PHONY: all build tag_latest release
6
7
all: build tag_version
8
9
build:
10
- docker pull b2bwebid/r-base:bookworm
+ docker pull b2bwebid/r-base:trixie
11
docker build -t $(NAME):$(BUILD) --rm .
12
13
tag_version:
0 commit comments