privatebin: 1.5.1-alpine3.18

This commit is contained in:
Gitouche 2023-05-12 18:39:45 +02:00
parent fa63dc94e3
commit 129fe64013
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.1-alpine3.17.2'
privatebin_version='1.5.1-alpine3.18'
## default vars : override with ENV var
listen_if="${GARBAYE_PRIVATEBIN_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_PRIVATEBIN_ENV_LISTENPORT:-8084}"