From d15087755fca318a328a736d3040148389e71834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:21:55 +0000 Subject: [PATCH] chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.6.2 (#1823) --- 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 bc1d7986..3d7760a0 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 6, - "version": "1.6.1", + "tipi_version": 7, + "version": "1.6.2", "categories": [ "utilities" ], diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 77a01147..325892f3 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.1 + image: privatebin/nginx-fpm-alpine:1.6.2 container_name: privatebin dns: - ${DNS_IP}