Skip to content

Commit 1a2d83f

Browse files
authored
did ripgrep multiarch packaging get fixed yet?
1 parent 003ccb0 commit 1a2d83f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ ARG \
8383
GO_ARM64=linux-arm64.tar.gz \
8484
GO_ARM64_SHA256="b00b694903d126c588c378e72d3545549935d3982635ba3f7a964c9fa23fe3b9"
8585

86-
# hadolint ignore=DL3008
8786
RUN apt-get update && apt-get install -y --no-install-recommends \
8887
aggregate="${AGGREGATE_VERSION}" \
8988
bc \
@@ -101,7 +100,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
101100
man-db="${MAN_DB_VERSION}" \
102101
psmisc="${PSMISC_VERSION}" \
103102
procps="${PROCPS_VERSION}" \
104-
ripgrep \
103+
ripgrep="${RIPGREP_VERSION}" \
105104
sudo="${SUDO_VERSION}" \
106105
tree="${TREE_VERSION}" \
107106
unzip="${UNZIP_VERSION}" \

0 commit comments

Comments
 (0)