From c1f205a3218bd56e1e882fd8277c88ac4d0313d0 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 3 May 2017 20:39:52 +0200 Subject: [PATCH] Updated app --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- Dockerfile | 4 ++-- README.md | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f1ccd15..6205835 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,3 +3,10 @@ [0.1.1] * Added screenshots + +[0.1.2] +* Rebuild + +[0.1.3] +* Updated to base image 0.10.0 +* Updated to version 0.9.12 diff --git a/CloudronManifest.json b/CloudronManifest.json index 1596a90..7d4ac0e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.", - "version": "0.1.1", + "version": "0.1.3", "healthCheckPath": "/", "httpPort": 8080, "addons": { diff --git a/Dockerfile b/Dockerfile index 22d0d48..a2093f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cloudron/base:0.9.0 +FROM cloudron/base:0.10.0 MAINTAINER Guacamole Developers EXPOSE 8000 @@ -9,7 +9,7 @@ RUN apt-get update \ libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev \ tomcat8 freerdp ghostscript -ENV VERSION 0.9.10-incubating +ENV VERSION 0.9.12-incubating ENV MYSQL_CONNECTOR_VERSION 5.1.40 ENV DOWNLOAD_URL "http://apache.org/dyn/closer.cgi?action=download&filename=incubator/guacamole/${VERSION}" diff --git a/README.md b/README.md index 8876010..2c6628f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the Cloudron app package source for [Guacamole](http:// [![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.apache.incubator.guacamole.cloudronapp) -or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html) +or using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/) ``` cloudron install --appstore-id org.apache.incubator.guacamole @@ -14,7 +14,7 @@ cloudron install --appstore-id org.apache.incubator.guacamole ## Building -The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). +The app package can be built using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/). ``` cd guacamole-app