From c7811d1d246156ccb80fcaf6626e5785ac870da0 Mon Sep 17 00:00:00 2001 From: Carlos Cuevas Date: Fri, 12 Feb 2021 18:40:09 +0100 Subject: [PATCH] Update Dockerfile Hi, with this it seems to be working too :) and one can get the lastest version ... Thanks --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a243610..ba20a83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Deployment doesn't work on Alpine FROM php:7.3-cli AS deployer -ENV OSTICKET_VERSION=1.14.3 +ENV OSTICKET_VERSION=1.15.1 RUN set -x \ && apt-get update \ && apt-get install -y git-core \