Skip to content

Commit

Permalink
Use multiarch SHA's
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Sep 6, 2024
1 parent 7ba7f0e commit 1cf9386
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
@@ -1,10 +1,10 @@
ARG php="8.2"

## Base PHP images
FROM php:8.0-fpm-alpine@sha256:173daec831fa47844c876258a19741c7a1928524b5e1936a2b1e7c1f58ec1b12 AS php8.0
FROM php:8.0-fpm-alpine@sha256:bbf76d84a693fae1e0d2a259db70c9c47f41bd5a6ec3d339ba397939e7875dd8 AS php8.0
FROM php:8.1-fpm-alpine@sha256:57dade01edfbb17d90248f2be19dfa2d115195b7f2e7ae1ff07aee6f4b6f031b AS php8.1
FROM php:8.2-fpm-alpine@sha256:747e3f4843c75203c5e6aff70429368048cbeaa2a6e79b81f1a4e700b9e05add AS php8.2
FROM php:8.3-fpm-alpine@sha256:dc3e7bef05e4e8960d1138bd6da361a05a073e0bd40cd072144691d71ec5b834 AS php8.3
FROM php:8.2-fpm-alpine@sha256:5fa504a4475f1fc59fe0d126762cd01cd6ea22b550359ed523161a5c9351349e AS php8.2
FROM php:8.3-fpm-alpine@sha256:dbdf44b10915869d933639145ac4bf2c05e401b9e82b28fce0aa6681e9b85c66 AS php8.3

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

0 comments on commit 1cf9386

Please sign in to comment.