Skip to content

Commit

Permalink
Update PHP Docker image SHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Jan 20, 2024
1 parent d4de767 commit b39ee88
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 @@ -3,8 +3,8 @@ ARG php="8.2"
## Base PHP images
FROM php:8.0-fpm-alpine@sha256:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 AS php8.0
FROM php:8.1-fpm-alpine@sha256:25fc9af2cda0c74427421d1ac7995b364cf105de151cfaa7498e162489b52a57 AS php8.1
FROM php:8.2-fpm-alpine@sha256:727d68ec5f5f37d4f222776adebdb5eb8c38751f54558b8eb54746a5f3defe78 AS php8.2
FROM php:8.3-fpm-alpine@sha256:26756a4f0f716c9e16e2d19a875d229150523d25e93ebd1e2f45dc229987166f AS php8.3
FROM php:8.2-fpm-alpine@sha256:b48789d42918260a991fc61b10c90057de14ef6ded979e0200d7ad82a14c5581 AS php8.2
FROM php:8.3-fpm-alpine@sha256:b671e6784172eceb725f6d64ced94385806b9ea282f5485074d92b35afa656a8 AS php8.3

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

0 comments on commit b39ee88

Please sign in to comment.