We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d060d40 commit 8e15e23Copy full SHA for 8e15e23
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.1
+FROM alpine:3.2
2
3
# install common packages
4
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
README.md
@@ -4,7 +4,7 @@ A RESTful API server for use in the [Deis](http://deis.io) open source PaaS.
5
6
This Docker image is based on the official
7
-[alpine:3.1](https://registry.hub.docker.com/_/alpine/) image.
+[alpine:3.2](https://registry.hub.docker.com/_/alpine/) image.
8
9
Please add any [issues](https://github.com/deis/deis/issues) you find with this software to
10
the [Deis Project](https://github.com/deis/deis).
0 commit comments