We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709f4d8 commit d344542Copy full SHA for d344542
Dockerfile
@@ -116,7 +116,7 @@ apt-get install -y -o Dpkg::Options::="--force-confnew" --no-install-recommends
116
EOS
117
118
# renovate: datasource=github-tags depName=mikefarah/yq
119
-ARG YQ_VERSION=v4.52.2
+ARG YQ_VERSION=v4.52.4
120
ADD --chmod=555 https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} /usr/local/bin/yq
121
122
ENV PHP_INI_DIR=/etc/php/$PHP_VERSION
0 commit comments