diff --git a/Dockerfile b/Dockerfile index a1402d6..4bdbabe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# this is my base image -FROM alpine:3.5 +# this is my base image create +FROM alpine:latest # Install python and pip RUN apk add --update py2-pip diff --git a/README.md b/README.md index 798b939..449af0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# myPythonDockerRepo +# myPythonDockerRep This a python based app and containerized. you can clone - https://github.com/akannan1087/myPythonDockerRepo/. This repo also have Jenkinsfile for automating the following: