diff --git a/.drone.yml b/.drone.yml index 5d14f9e..863561f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-roundcube + repo: thallian/roundcube registry: registry.gitlab.com autotag: true secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index f35caa4..f692120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/thallian/docker-php7-fpm:master +FROM thallian/php7-fpm:latest ENV VERSION 1.3.6