From 13a8cfbf15527c6a70680addef5c75206a43066c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:18:54 +0000 Subject: [PATCH] chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.5.2 (#828) --- 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 a23915df..9333cdd1 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 3, - "version": "1.5.1", + "tipi_version": 4, + "version": "1.5.2", "categories": [ "utilities" ], diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 63dc9189..6182a342 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.5.1 + image: privatebin/nginx-fpm-alpine:1.5.2 container_name: privatebin dns: - ${DNS_IP}