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 d727b26 commit 6f86824Copy full SHA for 6f86824
Dockerfile
@@ -10,6 +10,11 @@ FROM $BASE_IMAGE
10
11
ARG TARGETARCH
12
ARG TARGETVARIANT
13
+ARG TARGETOS
14
+
15
+# renovate: datasource=github-tags depName=mikefarah/yq
16
+ARG YQ_VERSION=v4.47.1
17
+ADD --chmod=555 https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} /usr/local/bin/yq
18
19
EXPOSE 80
20
@@ -111,8 +116,7 @@ apt-get install -y -o Dpkg::Options::="--force-confnew" --no-install-recommends
111
116
libmemcached-tools \
112
117
php${PHP_VERSION}-intl \
113
118
php${PHP_VERSION}-apcu \
114
- gh \
115
- yq
119
+ gh
120
EOS
121
122
ENV PHP_INI_DIR=/etc/php/$PHP_VERSION
0 commit comments