Skip to content

Commit

Permalink
Jira 8.9.0 and Service Desk 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhult committed May 22, 2020
1 parent 7c6fcbb commit 2e48b95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN export GLIBC_VERSION=2.29-r0 \
&& rm -rf /var/cache/apk/* /tmp/* /var/log/*

# Version
ARG JIRA_VERSION=8.8.1
ARG JIRA_VERSION=8.9.0

# Language
ARG LANG_LANGUAGE=en
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Run Jira Core, Jira Software, or Jira Service Desk in a Docker container.

| Product | Version | Tags |
|---------|---------|-------|
| [Jira Software](https://www.atlassian.com/software/jira) | 8.8.1 | latest, 8.8.1, latest.de, 8.8.1.de |
| [Jira Service Desk](https://www.atlassian.com/software/jira/service-desk) | 4.8.1 | servicedesk, servicedesk.4.8.1, servicedesk.de, servicedesk.4.8.1.de |
| [Jira Core](https://www.atlassian.com/software/jira/core) | 8.8.1 | core, core.8.8.1, core.de, core.8.8.1.de |
| [Jira Software](https://www.atlassian.com/software/jira) | 8.9.0 | latest, 8.9.0, latest.de, 8.9.0.de |
| [Jira Service Desk](https://www.atlassian.com/software/jira/service-desk) | 4.9.0 | servicedesk, servicedesk.4.9.0, servicedesk.de, servicedesk.4.9.0.de |
| [Jira Core](https://www.atlassian.com/software/jira/core) | 8.9.0 | core, core.8.9.0, core.de, core.8.9.0.de |
> On every release, the oldest and the newest tags are rebuild.
## You may also like
Expand Down
4 changes: 2 additions & 2 deletions buildscripts/latestVersions.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

VERSION_JIRA="8.8.1"
VERSION_SERVICE_DESK="4.8.1"
VERSION_JIRA="8.9.0"
VERSION_SERVICE_DESK="4.9.0"
VERSION_DEVELOPMENT="development"

0 comments on commit 2e48b95

Please sign in to comment.