Skip to content

Commit

Permalink
feat(deps): update dependency alpine_edge/yq to v4.14.1-r0 (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 7, 2021
1 parent 499af54 commit b7258e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-deploy/Dockerfile
Expand Up @@ -39,7 +39,7 @@ RUN set -ex \
#
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
# renovate: datasource=repology depName=alpine_edge/yq versioning=loose
yq=="4.13.2-r0";
yq=="4.14.1-r0";

# renovate: datasource=github-releases depName=k14s/kapp
ARG KAPP_VERSION=v0.42.0
Expand Down
2 changes: 1 addition & 1 deletion kosko/Dockerfile
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
#
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
# renovate: datasource=repology depName=alpine_edge/yq versioning=loose
yq=="4.13.2-r0" \
yq=="4.14.1-r0" \
#
&& apk add --update --no-cache \
# renovate: datasource=repology depName=alpine_3_14/bash versioning=loose
Expand Down

0 comments on commit b7258e4

Please sign in to comment.