JetBrains accidentally published 16743. Revert to 16429 (Issue #1)

This commit is contained in:
CrazyMax 2018-04-20 17:04:39 +02:00
parent 00d9088814
commit bd0029c87b
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

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