We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c706 commit 641503bCopy full SHA for 641503b
Dockerfile
@@ -62,7 +62,7 @@ ARG \
62
# renovate: datasource=repology depName=debian_13/procps
63
PROCPS_VERSION=2:4.0.4-9 \
64
# renovate: datasource=repology depName=debian_13/ripgrep
65
- RIPGREP_VERSION=14.1.1-1 \
+ RIPGREP_VERSION=14.1.1-1+b4 \
66
# renovate: datasource=repology depName=debian_13/sudo
67
SUDO_VERSION=1.9.16p2-3 \
68
# renovate: datasource=repology depName=debian_13/tree
@@ -82,7 +82,7 @@ ARG \
82
# hadolint ignore=DL3008
83
RUN apt-get update && apt-get install -y --no-install-recommends \
84
aggregate="${AGGREGATE_VERSION}" \
85
- bc="${BC_VERSION}" \
+ bc \
86
bind9-dnsutils="${BIND9_VERSION}" \
87
fzf="${FZF_VERSION}" \
88
gh="${GH_VERSION}" \
0 commit comments