update docker repo

This commit is contained in:
Sebastian Hugentobler 2018-11-27 08:37:28 +01:00
parent 7dac73bc4b
commit ac33d0cae6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pipeline: pipeline:
docker: docker:
image: plugins/docker image: plugins/docker
repo: registry.gitlab.com/thallian/docker-php7-fpm repo: thallian/php7-fpm
registry: registry.gitlab.com registry: registry.gitlab.com
autotag: true autotag: true
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]

View File

@ -1,4 +1,4 @@
FROM registry.gitlab.com/thallian/docker-confd-env:master FROM thallian/confd-env:latest
RUN apk --no-cache add php7-fpm RUN apk --no-cache add php7-fpm