From 76ebe01e52b9e5b18a7b7b04dbf08f1a8bc0c036 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 18 Jan 2023 18:02:17 +0100 Subject: [PATCH] privatebin : 1.5.1-alpine3.17.1-s3-polyfill --- podman-privatebin/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-privatebin/vars.sh b/podman-privatebin/vars.sh index ca745f0..6db98c5 100755 --- a/podman-privatebin/vars.sh +++ b/podman-privatebin/vars.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ## vars privatebin_image="git.garbaye.fr/garbaye/privatebin-nginx-fpm-alpine" -privatebin_version='1.5.1-alpine3.17.1' +privatebin_version='1.5.1-alpine3.17.1-s3-polyfill' ## default vars : override with ENV var listen_if="${GARBAYE_PRIVATEBIN_ENV_LISTENIF:-127.0.0.1}" listen_port="${GARBAYE_PRIVATEBIN_ENV_LISTENPORT:-8084}"