Skip to content

Commit

Permalink
Update renovate/pro Docker tag to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rarkins committed Oct 16, 2019
1 parent e9da40c commit 836cfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose-ghe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./postgres-data:/var/lib/postgresql/data
# Renovate Pro runs as a single long-lived server
server:
image: renovate/pro:0.16.2
image: renovate/pro:0.17.0
restart: on-failure
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./postgres-data:/var/lib/postgresql/data
# Renovate Pro runs as a single long-lived server
server:
image: renovate/pro:0.16.2
image: renovate/pro:0.17.0
restart: on-failure
depends_on:
- db
Expand Down

0 comments on commit 836cfad

Please sign in to comment.