From 7178d8fd151299580585412a981cce51e94b4432 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 11 Feb 2024 14:31:12 +0100 Subject: [PATCH] new release 1.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcadaa9..87091b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.19.1 ARG ALPINE_PACKAGES="php83-iconv php83-pdo_mysql php83-pdo_pgsql php83-openssl php83-simplexml" ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage" ARG PBURL=https://github.com/PrivateBin/PrivateBin/ -ARG RELEASE=1.6.2 +ARG RELEASE=1.7.0 ARG UID=65534 ARG GID=82