Upgrade to JetBrains License Server 17768

This commit is contained in:
CrazyMax 2018-09-05 16:45:22 +02:00
parent 26ab7144ac
commit d2cb392713
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=17437
- VERSION=17768
- GITHUB_REPO=crazy-max/docker-jetbrains-license-server
- DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=jetbrains-license-server

View File

@ -1,5 +1,9 @@
# Changelog
## 17437-RC1 (2018/09/05)
* Upgrade to JetBrains License Server 17768
## 17437-RC1 (2018/07/30)
* Upgrade to JetBrains License Server 17437

View File

@ -19,8 +19,8 @@ RUN apk --update --no-cache add tzdata \
&& rm -rf /var/cache/apk/* /tmp/*
ENV JLS_PATH="/opt/jetbrains-license-server" \
JLS_VERSION="17437" \
JLS_SHA256="9f15c63e9f40e2bf399b503d77a53ad3e4ff5deefb5d8bf29fad6d281b4be4ca"
JLS_VERSION="17768" \
JLS_SHA256="ede8a65eaffbfe24807339cd2e2563aa2785c26ae6679e8519613a225074c933"
ADD entrypoint.sh /entrypoint.sh