We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05cfed commit 2c123dcCopy full SHA for 2c123dc
Dockerfile
@@ -4,6 +4,7 @@ ADD . /setup/
4
5
# Git tag version number format should be '2.85.01'. This will trigger an automated build.
6
# 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.
8
ENV KEYBOX_VERSION=2.85_03
9
10
RUN /setup/build/install.sh
etc/version.inc
@@ -1,10 +1,10 @@
1
# Standard version information from chapdev/chaperone-alpinejava, where we started out
2
3
IMAGE_ARCH=U14
-IMAGE_VERSION=1.0.9
+IMAGE_VERSION=1.0.10
IMAGE_NAME=garywiz/docker-keybox
# The following will be updated by build/install.sh when an image is made.
-KEYBOX_VERSION=2.84_00
+KEYBOX_VERSION=2.84_03
export KEYBOX_VERSION # So it's available in templates
0 commit comments