mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-24 11:02:00 +00:00
ci: update Dockerfile to latest alpine image
This commit is contained in:
parent
1b50978559
commit
d4d58b948b
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "stylelint-config-recommended",
|
"extends": "stylelint-config-standard",
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-no-unknown": [
|
"at-rule-no-unknown": [
|
||||||
true,
|
true,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# ⚠️ NOT optimized for production
|
# ⚠️ NOT optimized for production
|
||||||
# should be used only for continuous integration
|
# 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>"
|
LABEL maintainer="Yassine Doghri <yassine@doghri.fr>"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user