privatebin : 1.7.2-alpine3.19.1

This commit is contained in:
Gitouche 2024-05-10 19:40:29 +02:00
parent 527543d09e
commit 12d5da2e2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
## vars
privatebin_image="git.garbaye.fr/garbaye/privatebin-nginx-fpm-alpine"
privatebin_version='1.7.1-alpine3.19.1'
privatebin_version='1.7.2-alpine3.19.1'
## default vars : override with ENV var
listen_if="${GARBAYE_PRIVATEBIN_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PRIVATEBIN_ENV_LISTENPORT:-8084}"