Skip to content

Commit 494ecef

Browse files
Update dependency mikefarah/yq to v4.47.2
1 parent 194005f commit 494ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ apt-get install -y -o Dpkg::Options::="--force-confnew" --no-install-recommends
116116
EOS
117117

118118
# renovate: datasource=github-tags depName=mikefarah/yq
119-
ARG YQ_VERSION=v4.47.1
119+
ARG YQ_VERSION=v4.47.2
120120
ADD --chmod=555 https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} /usr/local/bin/yq
121121

122122
ENV PHP_INI_DIR=/etc/php/$PHP_VERSION

0 commit comments

Comments
 (0)