From 036baa66dc816e73693a77dcba2e716e0bbf3bf4 Mon Sep 17 00:00:00 2001 From: Aaron <44198148+whalehub@users.noreply.github.com> Date: Thu, 15 Aug 2019 16:03:02 +0200 Subject: [PATCH] Update to PrivateBin 1.3 Signed-off-by: Aaron --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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