Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Mar 19, 2018
1 parent e7a4011 commit 9147b76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.5.4-alpine
FROM python:3.6.4-alpine3.7

ENV AMAZON_BUCKET=serenata-de-amor-data \
AMAZON_REGION=sa-east-1 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nginx
@@ -1,4 +1,4 @@
FROM nginx:1.13.3-alpine
FROM nginx:1.13.9-alpine

COPY contrib/nginx.conf /etc/nginx/conf.d/default.conf

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -41,7 +41,7 @@ services:
hostname: elm

queue:
image: rabbitmq:3.6.11-alpine
image: rabbitmq:3.7.3-alpine
hostname: queue

postgres:
Expand Down
3 changes: 1 addition & 2 deletions research/Dockerfile
@@ -1,5 +1,4 @@
FROM continuumio/miniconda3:4.3.27p0
MAINTAINER Serenata de Amor "datasciencebr@gmail.com"
FROM continuumio/miniconda3:4.4.10

USER root
ARG AMAZON_BUCKET=serenata-de-amor-data
Expand Down

0 comments on commit 9147b76

Please sign in to comment.