Browse Source

Vuelta a la imagen latest

gabriel 7 years ago
parent
commit
97d51457e5
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .drone.yml
  2. 1 1
      Dockerfile

+ 2 - 2
.drone.yml

@@ -10,7 +10,7 @@ services:
     image: rabbitmq:3-management
 pipeline:
  build:
-    image: docker.infra.flowdat.com/fd3/sf-php:7.1
+    image: docker.infra.flowdat.com/fd3/sf-php:latest
     environment:
       HOST_FTTH: ftth.test.fd3.flowdat.com
       HOST_STATS: stats.test.fd3.flowdat.com
@@ -26,7 +26,7 @@ pipeline:
       - yes | mysqladmin -h 127.0.0.1 create fd_session
       
       - echo 'client = Flowdat3-FTTH-Drone-Test' | tee /etc/flowdat.conf
-      - echo 'date.timezone="America/Argentina/Buenos_Aires"' >> /etc/php/7.1/cli/php.ini
+      - echo 'date.timezone="America/Argentina/Buenos_Aires"' >> /etc/php/7.0/cli/php.ini
 
       - chmod 0400 keys/bitbucket.id_rsa
       - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.infra.flowdat.com/fd3/sf-php:7.1
+FROM docker.infra.flowdat.com/fd3/sf-php:latest
 EXPOSE 8000
 
 ADD . /opt/ftth