ci: update Dockerfile to latest alpine image

This commit is contained in:
Yassine Doghri 2023-06-05 16:20:19 +00:00
parent 1b50978559
commit d4d58b948b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "stylelint-config-recommended",
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": [
true,

View File

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