mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
release 1.2.1
This commit is contained in:
parent
5b80a33c52
commit
038d886eb4
@ -1,6 +1,6 @@
|
||||
FROM hoellen/nginx-php
|
||||
|
||||
ARG PRIVATEBIN_VER=1.2
|
||||
ARG PRIVATEBIN_VER=1.2.1
|
||||
|
||||
ENV GID=991 UID=991 \
|
||||
UPLOAD_MAX_SIZE=10M \
|
||||
@ -15,7 +15,7 @@ RUN BUILD_DEPS="tar gnupg" \
|
||||
&& mkdir -p privatebin/data privatebin/cfg \
|
||||
&& export GNUPGHOME="$(mktemp -d)" \
|
||||
&& gpg2 --list-public-keys || /bin/true \
|
||||
&& wget -qO- https://privatebin.info/key/security.asc | gpg2 --import - \
|
||||
&& wget -qO- https://privatebin.info/key/release.asc | gpg2 --import - \
|
||||
&& wget -qO /privatebin.tar.gz.asc https://github.com/PrivateBin/PrivateBin/releases/download/${PRIVATEBIN_VER}/PrivateBin-${PRIVATEBIN_VER}.tar.gz.asc \
|
||||
&& wget -qO /privatebin.tar.gz https://github.com/PrivateBin/PrivateBin/archive/${PRIVATEBIN_VER}.tar.gz \
|
||||
&& gpg2 --verify /privatebin.tar.gz.asc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user