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
1 changed files with 1 additions and 1 deletions

View File

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