Skip to content

Commit 641503b

Browse files
authored
Update RIPGREP_VERSION and install command
1 parent 697c706 commit 641503b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ARG \
6262
# renovate: datasource=repology depName=debian_13/procps
6363
PROCPS_VERSION=2:4.0.4-9 \
6464
# renovate: datasource=repology depName=debian_13/ripgrep
65-
RIPGREP_VERSION=14.1.1-1 \
65+
RIPGREP_VERSION=14.1.1-1+b4 \
6666
# renovate: datasource=repology depName=debian_13/sudo
6767
SUDO_VERSION=1.9.16p2-3 \
6868
# renovate: datasource=repology depName=debian_13/tree
@@ -82,7 +82,7 @@ ARG \
8282
# hadolint ignore=DL3008
8383
RUN apt-get update && apt-get install -y --no-install-recommends \
8484
aggregate="${AGGREGATE_VERSION}" \
85-
bc="${BC_VERSION}" \
85+
bc \
8686
bind9-dnsutils="${BIND9_VERSION}" \
8787
fzf="${FZF_VERSION}" \
8888
gh="${GH_VERSION}" \

0 commit comments

Comments
 (0)