From 5c9e1191c7d14f792204e589db8db8042721a568 Mon Sep 17 00:00:00 2001 From: crccheck Date: Tue, 2 Aug 2016 13:52:51 -0500 Subject: [PATCH] bump alpine base box to stay current --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fe7364..489f610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.2 +FROM alpine:3.4 MAINTAINER Chris ENV REQUESTBIN_VERSION master diff --git a/README.md b/README.md index 391146b..082c29e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Prior Art --------- [goldeneggg/centos-requestbin](https://registry.hub.docker.com/u/goldeneggg/centos-requestbin/): -This image is 1.503 GB, compared to 174 MB for mine. +This image is 1.503 GB, compared to 176 MB for mine. [agaveapi/requestbin](https://registry.hub.docker.com/u/agaveapi/requestbin/): very similar to this project now, only uses a fork.