Skip to content

Commit

Permalink
Merge pull request #382 from reload/update-php-docker-image-shas
Browse files Browse the repository at this point in the history
Update PHP Docker image SHAs
  • Loading branch information
arnested authored Jan 9, 2025
2 parents 172a4d9 + f6ac7cc commit a33e1a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG php="8.3"

## Base PHP images
FROM php:8.1-fpm-alpine@sha256:93e113c31b12d6eef5f18f4a546fa64bf9836b11bf062feb30c2c1b786c718ec AS php8.1
FROM php:8.2-fpm-alpine@sha256:6d70d0986840e3aac50f9111501d30b5c7fdd66b199bd9cc1533cee8876ed4d4 AS php8.2
FROM php:8.3-fpm-alpine@sha256:422ba507c72ceaaa82557339387d4e2b36428af4926a06d0a7cc6700c8ac30b0 AS php8.3
FROM php:8.4-fpm-alpine@sha256:90c7d7507a0644df805b3a8692fe3806c53087c2e3bea344dd4d1f65a9b1f94c AS php8.4
FROM php:8.1-fpm-alpine@sha256:e604a6e69a6b2396b8160e57caa2982985786efc23ca4fdfbbaa3741cdfb7402 AS php8.1
FROM php:8.2-fpm-alpine@sha256:c49042fc7e3057b4bd9d2bc6cc7f83d0ec93ef2f5996bb68b092647bda6749b4 AS php8.2
FROM php:8.3-fpm-alpine@sha256:d4e329c4f73a7b51a9cba35c123a1d9e3e77723685c0e5d9c7021367828802eb AS php8.3
FROM php:8.4-fpm-alpine@sha256:004bf48e54d01282236cc5b128e33068c7565bbe9bedf11dfb75e5a03d2d3c84 AS php8.4

## Helper images
FROM blackfire/blackfire:2@sha256:7fcbf4efcf1539a644fd0c8d9cd028bfbdb0832a5fc889c101048c125dcd5691 AS blackfire
Expand Down

0 comments on commit a33e1a7

Please sign in to comment.