Upgrade to JetBrains License Server 17043

This commit is contained in:
CrazyMax 2018-05-31 20:59:48 +02:00
parent 1116df75e5
commit a06f7633aa
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1,5 +1,9 @@
# Changelog
## 17043-RC1 (2018/05/31)
* Upgrade to JetBrains License Server 17043
## 16429-RC2 (2018/04/20)
* JetBrains accidentally published 16743. Revert to 16429 (Issue #1)

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="16429" \
JLS_SHA256="4e3c6ecbfd95467e2332589321d259e827db8dfc6a5279f5659e22530cdb6443"
JLS_VERSION="17043" \
JLS_SHA256="dbb89efaaebc27b87dd5911429ac1138de3e02a351d47c74855d14db4fafd893"
ADD entrypoint.sh /entrypoint.sh