new build method
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m31s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m31s
This commit is contained in:
parent
4640dab8d2
commit
efc49cad69
@ -15,10 +15,9 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
ENV COMPOSER_VERSION=2.6.6
|
ENV COMPOSER_VERSION=2.6.6
|
||||||
ENV COMPOSER_SHA256_SUM=72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
|
ENV COMPOSER_SHA256_SUM=72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314
|
||||||
RUN wget https://getcomposer.org/download/$COMPOSER_VERSION/composer.phar
|
RUN wget https://getcomposer.org/download/$COMPOSER_VERSION/composer.phar -O /bin/composer
|
||||||
RUN echo "$COMPOSER_SHA256_SUM composer.phar" | sha256sum -c - || exit 1
|
RUN echo "$COMPOSER_SHA256_SUM /bin/composer" | sha256sum -c - || exit 1
|
||||||
RUN mv composer.phar /usr/bin/composer
|
RUN chmod +x /bin/composer
|
||||||
RUN chmod +x /usr/bin/composer
|
|
||||||
|
|
||||||
ENV VERSION=1.6.6
|
ENV VERSION=1.6.6
|
||||||
ENV SHA256_SUM=c1b93a3edbe297457396b0a031d8b13c8a5dc30c9370704dfb9b2c1225017d52
|
ENV SHA256_SUM=c1b93a3edbe297457396b0a031d8b13c8a5dc30c9370704dfb9b2c1225017d52
|
||||||
|
Loading…
Reference in New Issue
Block a user