mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +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": {
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
|
@ -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>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user