Skip to content

Commit 1333a35

Browse files
committed
bump gerrit version to 3.1.0
1 parent 99c62b9 commit 1333a35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gerrit/build-gerrit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
CWD=$(cd `dirname $0`;pwd)
33
BUILD_SCRIPT=${CWD}/image/gerrit-fetch.sh
4-
STABLE_VERSION=3.0.4
4+
STABLE_VERSION=3.1.0
55
GERRIT_WAR_URL="http://repo1.maven.org/maven2/com/google/gerrit/gerrit-war/${STABLE_VERSION}/gerrit-war-${STABLE_VERSION}.war"
66
old_wars=$(cd $CWD;find image/bin -name gerrit*.war)
77
GERRIT_URL="https://github.com/GerritCodeReview/gerrit"

gerrit/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22
services:
33
gerrit:
44
build: "image"
5-
image: "bensonfx/gerrit:3.0.4"
5+
image: "bensonfx/gerrit:3.1.0"
66
restart: unless-stopped
77
hostname: "review.example.com"
88
depends_on:

gerrit/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Benson Yan <[email protected]>
44

55
# Overridable defaults
66
ENV GERRIT_HOME=/var/gerrit \
7-
GERRIT_VERSION=3.0.4 \
7+
GERRIT_VERSION=3.1.0 \
88
GERRIT_USER=gerrit
99

1010
ENV GERRIT_SITE=${GERRIT_HOME}/review_site \

0 commit comments

Comments
 (0)