diff --git a/.stylelintrc.json b/.stylelintrc.json index 2cd0132c..8dac66ec 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,5 @@ { - "extends": "stylelint-config-recommended", + "extends": "stylelint-config-standard", "rules": { "at-rule-no-unknown": [ true, diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index a6ebf45f..650ba826 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -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 "