Skip to content

Commit 2c123dc

Browse files
author
Gary Wisniewski
committed
Updated image version as well as Keybox version.
1 parent e05cfed commit 2c123dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ADD . /setup/
44

55
# Git tag version number format should be '2.85.01'. This will trigger an automated build.
66
# The following version format is used within the Keybox distribution filename.
7+
# Also, check to be sure etc/version.inc is correct before doing a git commit.
78
ENV KEYBOX_VERSION=2.85_03
89

910
RUN /setup/build/install.sh

etc/version.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Standard version information from chapdev/chaperone-alpinejava, where we started out
22

33
IMAGE_ARCH=U14
4-
IMAGE_VERSION=1.0.9
4+
IMAGE_VERSION=1.0.10
55
IMAGE_NAME=garywiz/docker-keybox
66

77
# The following will be updated by build/install.sh when an image is made.
8-
KEYBOX_VERSION=2.84_00
8+
KEYBOX_VERSION=2.84_03
99

1010
export KEYBOX_VERSION # So it's available in templates

0 commit comments

Comments
 (0)