From e4158314811dcf537723aa3ed0db2ab1b863b126 Mon Sep 17 00:00:00 2001 From: maru Date: Mon, 3 Jun 2024 18:27:41 +0900 Subject: [PATCH] fix(deps): remove specific version in apk (#23) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 388ebc6..058d0e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ ARG TERRAFORM_VERSION=1.7.3 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -# hadolint ignore=DL3006 -RUN apk --no-cache add git=2.43.4-r0 jq=1.7.1-r0 +RUN apk --no-cache add git jq RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}