Skip to content

Commit

Permalink
bump git to 2.43.4-r0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruloop authored May 21, 2024
1 parent 5873758 commit 3261da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERRAFORM_VERSION=1.7.3
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# hadolint ignore=DL3006
RUN apk --no-cache add git=2.43.0-r0 jq=1.7.1-r0
RUN apk --no-cache add git=2.43.4-r0 jq=1.7.1-r0

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

Expand Down

0 comments on commit 3261da2

Please sign in to comment.