From 21698a455d99f09303b54016190f835839ac1d03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:28:54 +0000 Subject: [PATCH] chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.7.1 (#2448) --- apps/privatebin/config.json | 4 ++-- apps/privatebin/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index 3d7760a0..c204e373 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 7, - "version": "1.6.2", + "tipi_version": 8, + "version": "1.7.1", "categories": [ "utilities" ], diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 325892f3..c538613d 100644 --- a/apps/privatebin/docker-compose.yml +++ b/apps/privatebin/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: privatebin: - image: privatebin/nginx-fpm-alpine:1.6.2 + image: privatebin/nginx-fpm-alpine:1.7.1 container_name: privatebin dns: - ${DNS_IP}