1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00
Files
baseimage-docker/Makefile
Hongli Lai (Phusion) 9661f84da9 Initial commit
2013-11-12 11:39:25 +01:00

13 lines
196 B
Makefile

NAME = phusion/baseimage
VERSION = 0.9.0
.PHONY: all build tag_latest
all: build
build:
docker build -t $(NAME):$(VERSION) -rm image
tag_latest:
docker tag $(NAME):$(VERSION) $(NAME):latest