commit | e85c33519934b6580a904e8e4d9d1db96b3cd919 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 17:40:11 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Thu May 12 17:40:11 2016 -0700 |
tree | ab9901f0577f0adc1b19429a548c3d0782a875ac | |
parent | 9f1085bf97fc9ada03586166ddb59e485fe6bb11 [diff] |
Switch to alpine for examples
diff --git a/bar/Dockerfile b/bar/Dockerfile index 1b2a267..2e7f20b 100644 --- a/bar/Dockerfile +++ b/bar/Dockerfile
@@ -1,4 +1,4 @@ -FROM golang:latest +FROM golang:alpine RUN mkdir /app ADD . /app WORKDIR /app
diff --git a/foo/Dockerfile b/foo/Dockerfile index 1b2a267..2e7f20b 100644 --- a/foo/Dockerfile +++ b/foo/Dockerfile
@@ -1,4 +1,4 @@ -FROM golang:latest +FROM golang:alpine RUN mkdir /app ADD . /app WORKDIR /app