Skip to content

Commit

Permalink
Merge pull request #330 from reload/dependabot/docker/composer-cb3483d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
2 parents 4f9d4c3 + a6328d1 commit 30c1325
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 @@ -8,7 +8,7 @@ FROM php:8.3-fpm-alpine@sha256:14c0faa46fc5c34c662950b607562f67de5c34a5df4d43127

## Helper images
FROM blackfire/blackfire:2@sha256:1bf4085d14fc70d420249e1f982dba55cb67d0562d7211f4fcd4c86a3479e069 AS blackfire
FROM composer:2@sha256:f4ba922bb0ede9f5ecfcfcc3f155ff4bf27bbaa4ec4f8afcc7843086960c9b5b AS composer
FROM composer:2@sha256:cb3483dc851665462a66c59982577dfbbde0ae2059e8b5550c2f49f44b8c333e AS composer
FROM mlocati/php-extension-installer:2@sha256:5dad807cdcd461c9df39027ab7654a6cc3db9306e4d423aa1198cd28edc0cbfa AS php-extension-installer

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.0, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image mlocati/php-extension-installer:2@sha256:5dad807cdcd461c9df39027ab7654a6cc3db9306e4d423aa1198cd28edc0cbfa was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.1, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image mlocati/php-extension-installer:2@sha256:5dad807cdcd461c9df39027ab7654a6cc3db9306e4d423aa1198cd28edc0cbfa was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.2, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image mlocati/php-extension-installer:2@sha256:5dad807cdcd461c9df39027ab7654a6cc3db9306e4d423aa1198cd28edc0cbfa was pulled with platform "linux/amd64", expected "linux/arm64" for current build

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / PHP (8.3, linux/arm64)

Base image platform does not match expected target platform

InvalidBaseImagePlatform: Base image mlocati/php-extension-installer:2@sha256:5dad807cdcd461c9df39027ab7654a6cc3db9306e4d423aa1198cd28edc0cbfa was pulled with platform "linux/amd64", expected "linux/arm64" for current build

## Custom PHP image
Expand Down

0 comments on commit 30c1325

Please sign in to comment.