mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
ci: update Dockerfile to latest alpine image
This commit is contained in:
parent
1b50978559
commit
d4d58b948b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue