Update php Docker tag to v8.4.1

This commit is contained in:
renovate-bot 2024-11-21 18:04:48 +00:00
parent 802d8e1e90
commit 2a9cfcd1f8
3 changed files with 3 additions and 3 deletions
2-php8.1
2-php8.2
2-php8.3

View file

@ -1,4 +1,4 @@
FROM php:8.1.30-cli-bullseye@sha256:44124aaefe3402b486dddc58fec658c3b61e244466405aa676638394df51f4a1
FROM php:8.4.1-cli-bullseye@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]

View file

@ -1,4 +1,4 @@
FROM php:8.2.25-cli-bookworm@sha256:3f23da08753999d26ccaf9993b5aeb2837df9bd0d643d67ff86c4108eb5e1cfa
FROM php:8.4.1-cli-bookworm@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]

View file

@ -1,4 +1,4 @@
FROM php:8.3.13-cli-bookworm@sha256:62a9d2183e1039f4d06d7f1bbfa8de7ccebf04fc4d3d849939648150d1000237
FROM php:8.4.1-cli-bookworm@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]