Skip to content

Commit ed1fd56

Browse files
author
Gary Wisniewski
committed
- Added automated build note to README.
- Changed git tag format number in Dockerfile comment.
1 parent 43be55e commit ed1fd56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM chapdev/chaperone-alpinejava
22

33
ADD . /setup/
44

5-
# Git tag version number format should be v2.04.01. This will trigger an automated build.
5+
# Git tag version number format should be '2.84.01'. This will trigger an automated build.
66
# The following version format is used within the Keybox distribution filename.
77
ENV KEYBOX_VERSION=2.84_01
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thanks to [Sean Kavanagh](https://github.com/skavanagh) for designing and writin
1111

1212
## Quick Start
1313

14-
You can get started quickly using the image hosted on Docker Hub. For example, to quickly create a running self-contained KeyBox server daemon:
14+
You can get started quickly using the automated-build image hosted on Docker Hub. For example, to quickly create a running self-contained KeyBox server daemon:
1515

1616
$ docker pull garywiz/docker-keybox
1717
$ docker run -d -p 8443:8443 garywiz/docker-keybox

0 commit comments

Comments
 (0)