update to 4.19.3
1 parent a7871c1 commit 5c5d9b794eaa4a92c7b701a0f51847d1e5c7cbcf
@Pascal Gollor Pascal Gollor authored on 7 Dec 2017
Showing 3 changed files
View
2
■■■
docker-compose.yml
version: '2.1'
 
services:
main-gitbucket:
image: pgollor/gitbucket:4.19.2
image: pgollor/gitbucket:4.19.3
mem_limit: 2g
restart: always
depends_on:
mysql-gitbucket:
View
2
■■■
docker/Dockerfile
RUN apk update
RUN apk add ca-certificates wget su-exec git
 
# get gitbucket
RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.19.2/gitbucket.war -O $GITBUCKET_HOME/latest.war
RUN wget https://github.com/gitbucket/gitbucket/releases/download/4.19.3/gitbucket.war -O $GITBUCKET_HOME/latest.war
 
# clean
RUN apk del wget
RUN rm -rf /var/cache/apk/*
View
2
■■■
version
4.19.2
4.19.3