1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-07 23:49:53 +02:00

use clean alpine 3.13 base

This commit is contained in:
Andrew Dolgov 2021-02-08 08:18:17 +03:00
parent ce945d6acb
commit 2e13396bd7

View file

@ -1,4 +1,4 @@
FROM php:8-fpm-alpine FROM alpine:3.13
EXPOSE 9000/tcp EXPOSE 9000/tcp
RUN apk add --no-cache dcron php8 php8-fpm \ RUN apk add --no-cache dcron php8 php8-fpm \