Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SIkebe committed Dec 26, 2020
1 parent 2a0b9b0 commit 657da9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'

services:
gitbucket:
Expand All @@ -19,7 +19,7 @@ services:
command: bash -c 'while !</dev/tcp/db/5432; do sleep 1; done; sleep 10; java -jar /opt/gitbucket.war'

db:
image: postgres:12.4-alpine
image: postgres:13.1-alpine
restart: always
ports:
- "5432:5432"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.4.0-RC1
sbt.version = 1.4.4

0 comments on commit 657da9c

Please sign in to comment.