Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
refs #12
Browse files Browse the repository at this point in the history
* fix dockerhub missing ARG functionality
  • Loading branch information
Bastian Rang committed Aug 4, 2017
1 parent 3a6a88c commit b39883c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ARG PHP_VERSION=7.2-rc
FROM php:${PHP_VERSION}-alpine
FROM php:7.2-rc-alpine

ARG PHP_VERSION
ARG DOCKER_COMPOSE_VERSION=1.15.0
ARG RANCHER_COMPOSE_VERSION=0.12.5
ARG RANCHERIZE_HOME=/home/rancherize
Expand Down

0 comments on commit b39883c

Please sign in to comment.