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: