Alpine update

This commit is contained in:
Andrei Condurachi 2020-11-20 15:58:38 +02:00
parent cf7fae15d3
commit bb71aa0c62
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
FROM php:7.4-fpm-alpine
# Initial updates
RUN apk update && \