We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003ccb0 commit 1a2d83fCopy full SHA for 1a2d83f
Dockerfile
@@ -83,7 +83,6 @@ ARG \
83
GO_ARM64=linux-arm64.tar.gz \
84
GO_ARM64_SHA256="b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9"
85
86
-# hadolint ignore=DL3008
87
RUN apt-get update && apt-get install -y --no-install-recommends \
88
aggregate="${AGGREGATE_VERSION}" \
89
bc \
@@ -101,7 +100,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
101
100
man-db="${MAN_DB_VERSION}" \
102
psmisc="${PSMISC_VERSION}" \
103
procps="${PROCPS_VERSION}" \
104
- ripgrep \
+ ripgrep="${RIPGREP_VERSION}" \
105
sudo="${SUDO_VERSION}" \
106
tree="${TREE_VERSION}" \
107
unzip="${UNZIP_VERSION}" \
0 commit comments