diff --git a/Dockerfile b/Dockerfile index dba5719..ae87bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest MAINTAINER Jeroen Geusebroek -ARG VERSION=1.2.1 +ARG VERSION=1.3 ENV GID=991 UID=991 diff --git a/README.md b/README.md index 861450d..796db91 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![](https://images.microbadger.com/badges/image/jgeusebroek/privatebin.svg)](https://microbadger.com/images/jgeusebroek/privatebin "Get your own image badge on microbadger.com") # Docker Privatebin image -A tiny image running [alpine](https://github.com/gliderlabs/docker-alpine) Linux and [Privatebin](https://github.com/PrivateBin/PrivateBin). +A tiny image running [alpine](https://github.com/gliderlabs/docker-alpine) Linux and [PrivateBin](https://github.com/PrivateBin/PrivateBin). ## Usage