ci: bump alpine version in docker ci image

This commit is contained in:
Yassine Doghri 2024-02-20 09:43:18 +00:00
parent 80c114287f
commit 4af40b5a71
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# ⚠️ NOT optimized for production
# should be used only for continuous integration
#---------------------------------------------------
FROM php:8.1-fpm-alpine3.18
FROM php:8.1-fpm-alpine3.19
LABEL maintainer="Yassine Doghri <yassine@doghri.fr>"