Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

Commit

Permalink
Updated the base alpine Dockerfile to track php:7 rather than php:7.0…
Browse files Browse the repository at this point in the history
…, this is inline with some of the other images in the repository as well
  • Loading branch information
Scott Pringle committed Feb 17, 2017
1 parent 0a14950 commit 5a3d193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Composer Docker Container
# Base Dockerfile: composer/base-alpine
FROM php:7.0-alpine
FROM php:7-alpine
MAINTAINER Rob Loach <[email protected]>

# Packages
Expand All @@ -15,6 +15,7 @@ RUN apk --update --no-cache add \
libmcrypt-dev \
libpng-dev \
libbz2 \
bzip2-dev \
libstdc++ \
libxslt-dev \
openldap-dev \
Expand Down

0 comments on commit 5a3d193

Please sign in to comment.