Skip to content

Commit 8f1e945

Browse files
committed
version bump
1 parent 9c7848d commit 8f1e945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build a container via the command "make build"
22
# By Jason Gegere <jason@htmlgraphic.com>
33

4-
VERSION = 1.6.5
4+
VERSION = 1.6.6
55
NAME = apache
66
IMAGE_REPO = htmlgraphic
77
IMAGE_NAME = $(IMAGE_REPO)/$(NAME)
@@ -33,7 +33,7 @@ build:
3333
push:
3434
@echo "note: If the repository is set as an automatted build you will NOT be able to push"
3535
docker push $(IMAGE_NAME):$(VERSION)
36-
36+
3737
run:
3838
[ ! -f .env ] && echo '.env file does not exist, copy env template' && cp .env.example .env || echo "env file exists"
3939
docker-compose -f docker-compose.local.yml up -d

0 commit comments

Comments
 (0)