Compare commits

...
2 Commits
Author SHA1 Message Date
luca 1e011ae3ec 8.2.21
Publish Docker image / docker (push) Failing after 4m49s
2024-07-26 09:53:03 +02:00
luca bfa0f15ec3 8.2
Publish Docker image / docker (push) Successful in 5m37s
2024-05-21 15:47:00 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.2.19-fpm-bookworm
FROM php:8.2.21-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \
+1 -1
View File
@@ -1,2 +1,2 @@
# docker-php-fpm-ext
PHP 8.1 FPM with custom extensions
PHP 8.2 FPM with custom extensions