dever 5 anos atrás
pai
commit
aba7feeba8

+ 2 - 1
src/docker/build/db/influxdb/Dockerfile

@@ -1,3 +1,4 @@
-FROM influxdb
+FROM influxdb:alpine
+#FROM influxdb
 
 MAINTAINER Rabin "https://github.com/shemic"

+ 2 - 1
src/docker/build/db/postgresql/Dockerfile

@@ -1,3 +1,4 @@
-FROM postgres:latest
+FROM postgres:9.6.3-alpine
+#FROM postgres:latest
 
 MAINTAINER Rabin "https://github.com/shemic"