forked from leftypol/leftypol
docker: use composer lts
This commit is contained in:
parent
ab4e269d7a
commit
f4edb4a02b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Based on https://github.com/dead-guru/devichan/blob/master/php-fpm/Dockerfile
|
||||
|
||||
FROM composer AS composer
|
||||
FROM composer:lts AS composer
|
||||
FROM php:8.0-fpm-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue