Skip to content

Commit 3c515e7

Browse files
committed
Debian: bookworm -> trixie
1 parent 11478ff commit 3c515e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM b2bwebid/r-base:bookworm
1+
FROM b2bwebid/r-base:trixie
22
RUN apt install -y libcurl4-openssl-dev libgsl-dev libxml2-dev libglpk-dev \
33
file libssl-dev libfontconfig1-dev && \
44
apt clean

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
NAME = b2bwebid/r-quant
2-
VERSION = 2025.1
2+
VERSION = 2025.2
33
BUILD = $(shell date +'%Y%m%d')
44

55
.PHONY: all build tag_latest release
66

77
all: build tag_version
88

99
build:
10-
docker pull b2bwebid/r-base:bookworm
10+
docker pull b2bwebid/r-base:trixie
1111
docker build -t $(NAME):$(BUILD) --rm .
1212

1313
tag_version:

0 commit comments

Comments
 (0)