From f8edfbd00954454c431db375bdbb156903ef7ed8 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 16 Feb 2020 11:54:05 +0100 Subject: [PATCH] new release 1.3.3 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b04c0ae..fbe01c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.11 MAINTAINER PrivateBin -ENV RELEASE 1.3.2 +ENV RELEASE 1.3.3 ENV PBURL https://github.com/PrivateBin/PrivateBin/ ENV S6RELEASE v1.22.1.0 ENV S6URL https://github.com/just-containers/s6-overlay/releases/download/ diff --git a/README.md b/README.md index 7b3f292..286fc7b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ spec: readOnly: False containers: - name: privatebin - image: privatebin/nginx-fpm-alpine:1.3.2 + image: privatebin/nginx-fpm-alpine:1.3.3 ports: - containerPort: 8080 env: