Skip to content

Commit

Permalink
revert(deps): update dependency git to v2.30.2-r0
Browse files Browse the repository at this point in the history
This reverts commit 0f3e485.
  • Loading branch information
douglasduteil authored May 12, 2021
1 parent 09e9941 commit 7a062fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -x \
#
# Install git to install extra
#
&& apk add --update --no-cache --virtual .bats-deps git=~2.30.2-r0 \
&& apk add --update --no-cache --virtual .bats-deps git=~2 \
#
# Install extra bats dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion no-k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/socialgouv/docker/kosko:6.0

RUN apk add --update --no-cache git=~2.30.2-r0
RUN apk add --update --no-cache git=~2

# renovate: datasource=github-tags depName=socialgouv/k8s
ARG K8S_VERSION=v1.3.2
Expand Down

0 comments on commit 7a062fd

Please sign in to comment.