Skip to content

Commit

Permalink
Merge pull request #351 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 Nov 12, 2024
2 parents dbe5d1f + b82530a commit 26d0999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG php="8.2"

## Base PHP images
FROM php:8.0-fpm-alpine@sha256:bbf76d84a693fae1e0d2a259db70c9c47f41bd5a6ec3d339ba397939e7875dd8 AS php8.0
FROM php:8.1-fpm-alpine@sha256:5067db779d9c27ab5c661cc7f9bea2f1d25ff261c4b83c8dbb770fb98d4941d0 AS php8.1
FROM php:8.2-fpm-alpine@sha256:f64100bc974ce6ac3731c9ce9bf7db06946a68b5bf67be5d93873de6d09bb34c AS php8.2
FROM php:8.1-fpm-alpine@sha256:5959b213747332e8d48d0539cb2fc11a428dbe61c7bb31d96cf21f4b3d5e7d19 AS php8.1
FROM php:8.2-fpm-alpine@sha256:2c988708e6a3bba0517d526db9f25fa7cb1a83ae58144d705e824322fb6f3971 AS php8.2
FROM php:8.3-fpm-alpine@sha256:1b49b540257318c62a4ae1f2ae37844e47e841a229ba032d367f9f18dd2a9b76 AS php8.3

## Helper images
Expand Down

0 comments on commit 26d0999

Please sign in to comment.