From 0a365707abcffb8529dd6f6944cff746606f348f Mon Sep 17 00:00:00 2001 From: javielico Date: Mon, 17 Aug 2026 14:41:24 +0100 Subject: [PATCH] chore: update image tags --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 8f67636..461c3d0 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: privatebin/nginx-fpm-alpine:2.0.5 + image: privatebin/nginx-fpm-alpine:2.0.6 configs: - source: php_config target: /srv/cfg/conf.php