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 Dec 1, 2023
1 parent bc58f74 commit 7d9d541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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:41d017f063a80027be6d7677548d179951e70f9113cf934a9da7bd203229ff54 AS php8.1
FROM php:8.2-fpm-alpine@sha256:63af77e0a170c2e8ed6e9ddde37ef029490ff409341121b87c6ce3a0dcf39f7e AS php8.2
FROM php:8.3-fpm-alpine@sha256:707412975e1e993a526ad8f5ac98a53ce7e2d1fdd2fa2681c4ba6ee8b3c0f4cc AS php8.3
FROM php:8.1-fpm-alpine@sha256:09a706ef154bb54f8a2a861ae08b1b75ce0c455d1e00dd7a7eece11fbd23f260 AS php8.1
FROM php:8.2-fpm-alpine@sha256:d83249fd1e2e9fc3bfec18e59a25ab374bda3a8ca467964ba4b8acd5a11ce8f6 AS php8.2
FROM php:8.3-fpm-alpine@sha256:a8a8cea36e4688ee1c057f68fb99038d0cc4cdd39b27e4152c9d8d89f325b055 AS php8.3

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

0 comments on commit 7d9d541

Please sign in to comment.