Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.…
Browse files Browse the repository at this point in the history
…7.26
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 72bfb10 commit 984087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer
FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION AS base

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
WORKDIR /app

COPY --from=mlocati/php-extension-installer:2.7.24 /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer:2.7.26 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down

0 comments on commit 984087e

Please sign in to comment.