privatebin 1.6.0

This commit is contained in:
Gitouche 2023-09-11 20:35:42 +02:00
parent 7885def898
commit fd0cd69754
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.5.2-alpine3.18.2'
privatebin_version='1.6.0-alpine3.18.3'
## default vars : override with ENV var
listen_if="${GARBAYE_PRIVATEBIN_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PRIVATEBIN_ENV_LISTENPORT:-8084}"