Skip to content

Commit 8e15e23

Browse files
committed
chore(*): update Docker base image to alpine:3.2
1 parent d060d40 commit 8e15e23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.1
1+
FROM alpine:3.2
22

33
# install common packages
44
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A RESTful API server for use in the [Deis](http://deis.io) open source PaaS.
44

55

66
This Docker image is based on the official
7-
[alpine:3.1](https://registry.hub.docker.com/_/alpine/) image.
7+
[alpine:3.2](https://registry.hub.docker.com/_/alpine/) image.
88

99
Please add any [issues](https://github.com/deis/deis/issues) you find with this software to
1010
the [Deis Project](https://github.com/deis/deis).

0 commit comments

Comments
 (0)