Fix bad default GUACAMOLE_VERSION of "latest" to "master".

master
Icedream 2018-05-07 20:30:20 +02:00
parent e96cf56ca9
commit f110d78447
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ARG TOMCAT_JRE=jre8
FROM maven:3-jdk-8 AS builder FROM maven:3-jdk-8 AS builder
ARG GUACAMOLE_GIT_URL=https://github.com/apache/guacamole-client.git ARG GUACAMOLE_GIT_URL=https://github.com/apache/guacamole-client.git
ARG GUACAMOLE_VERSION=latest ARG GUACAMOLE_VERSION=master
# Build environment variables # Build environment variables
ENV \ ENV \