Navigation Menu

Skip to content

Commit

Permalink
Add tag to base images
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed Sep 25, 2018
1 parent 00ce54a commit 256ca66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion step1/Dockerfile
@@ -1,4 +1,4 @@
FROM python
FROM python:3
LABEL maintainer="Sawood Alam <@ibnesayeed>"

RUN pip install beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion step2/Dockerfile
@@ -1,4 +1,4 @@
FROM python
FROM python:3
LABEL maintainer="Sawood Alam <@ibnesayeed>"

RUN pip install beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion step3/Dockerfile
@@ -1,4 +1,4 @@
FROM python
FROM python:3
LABEL maintainer="Sawood Alam <@ibnesayeed>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion step4/api/Dockerfile
@@ -1,4 +1,4 @@
FROM python
FROM python:3
LABEL maintainer="Sawood Alam <@ibnesayeed>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion step5/api/Dockerfile
@@ -1,4 +1,4 @@
FROM python
FROM python:3
LABEL maintainer="Sawood Alam <@ibnesayeed>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion step6/api/Dockerfile
@@ -1,4 +1,4 @@
FROM ruby
FROM ruby:2
LABEL maintainer="Sawood Alam <@ibnesayeed>"

ENV LANG C.UTF-8
Expand Down

0 comments on commit 256ca66

Please sign in to comment.