wordpress/Dockerfile
Travis Automated Update 39bbbe68bf WordPress 5.5.1
2020-09-02 15:10:17 +00:00

8 lines
196 B
Docker

FROM luzifer/alpine-nginx-php
ENV WP_VERSION=5.5.1 \
WP_CHECKSUM=6b13594cb19ea7f2bf69a6a79c8b1b1580edd630056b7db3a18467132918d2fc
COPY rootfs /
RUN set -ex && /usr/local/bin/container-setup