Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: php

php:
- "7.1"
- "7.3"

cache:
directories:
Expand All @@ -28,7 +28,7 @@ jobs:
install:
- composer install
script:
- vendor/bin/phpunit
- ./vendor/bin/phpunit
- # parallel
install:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL description="Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box"

VOLUME [ "/data" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ an example file to the volume.

There are two ways to use the image:

docker run --rm -v ./carddav2fb-config:/data andig/carddav2fb command...
docker run --rm -v $(pwd)/carddav2fb-config:/data andig/carddav2fb command...

will execute a single command (and remove the created container
afterwards).
Expand Down