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 Nov 28, 2023
1 parent fd08dce commit d15695d
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:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 AS php8.0
FROM php:8.1-fpm-alpine@sha256:53b41cf30f082d8d6f05ae6c718226e230805b309045fbfc40732907829be123 AS php8.1
FROM php:8.2-fpm-alpine@sha256:c0fca44d0e3f6bf9555bb8bafa2402fe278f0f947afc4a30729deba5e3f50410 AS php8.2
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-rc-fpm-alpine@sha256:48fbacff674ac0f63aa5c06faac0eef3d8c2d529f99bb2a4aea2c496db29b4e7 AS php8.3

## Helper images
Expand Down

0 comments on commit d15695d

Please sign in to comment.