We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194005f commit 80ccb3eCopy full SHA for 80ccb3e
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.47.1
+ARG YQ_VERSION=v4.47.2
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