privatebin : 1.7.1-alpine3.19.1

This commit is contained in:
Gitouche 2024-02-16 19:43:59 +01:00
parent fa9dea6e14
commit 135536b058
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.6.2-alpine3.19'
privatebin_version='1.7.1-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}"