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 \