diff --git a/docker/Makefile b/docker/Makefile index 152a48d8..8a5e4971 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -10,8 +10,9 @@ CRYSTAL_VERSION ?= ## How the binaries should be branded CRYSTAL_DEB ?= ## Which crystal.deb file to install in debian based docker images (ubuntu32) CRYSTAL_TARGZ ?= ## Which crystal.tar.gz file to install in docker images (ubuntu64, alpine) -DOCKER_TAG ?= $(CRYSTAL_VERSION) ## How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images. -DOCKER_REPOSITORY ?= crystallang/crystal ## Docker hub repository to commit image + +DOCKER_TAG ?= $(CRYSTAL_VERSION)## How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images. +DOCKER_REPOSITORY ?= crystallang/crystal## Docker hub repository to commit image GC_VERSION = v8.2.0