-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM openjdk:8-stretch | ||
|
||
LABEL maintainer="haxqer <[email protected]>" version="8.18.1" | ||
LABEL maintainer="haxqer <[email protected]>" version="8.22.6" | ||
|
||
ARG JIRA_VERSION=8.18.1 | ||
ARG JIRA_VERSION=8.22.6 | ||
# Production: jira-software jira-core | ||
ARG JIRA_PRODUCT=jira-software | ||
ARG AGENT_VERSION=1.2.2 | ||
ARG AGENT_VERSION=1.3.3 | ||
ARG MYSQL_DRIVER_VERSION=5.1.48 | ||
|
||
ENV JIRA_USER=jira \ | ||
|