Skip to content

Commit

Permalink
bumps python dependencies, updates pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Jan 25, 2019
1 parent d869044 commit 1ea4d23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,4 +1,4 @@
version: '3.5'
version: '3.7'

services:

Expand Down
2 changes: 1 addition & 1 deletion services/client/Dockerfile
@@ -1,4 +1,4 @@
FROM node:9.11.1-alpine
FROM node:11.7.0-alpine

RUN npm install -g http-server

Expand Down
2 changes: 1 addition & 1 deletion services/client/Dockerfile-minikube
@@ -1,4 +1,4 @@
FROM node:9.11.1-alpine
FROM node:11.7.0-alpine

RUN npm install -g http-server

Expand Down
2 changes: 1 addition & 1 deletion services/server/dockerfile
@@ -1,5 +1,5 @@
# base image
FROM python:3.6.5-slim
FROM python:3.7.2-slim

# install netcat
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion services/server/requirements.txt
Expand Up @@ -3,4 +3,4 @@ Flask-Cors==3.0.4
flask-migrate==2.2.0
Flask-SQLAlchemy==2.3.2
gunicorn==19.8.1
psycopg2-binary==2.7.4
psycopg2-binary==2.7.7

0 comments on commit 1ea4d23

Please sign in to comment.