Upgrade to bullseye

This commit is contained in:
baudneo
2022-10-30 23:26:52 -06:00
parent 361dfe6795
commit c935714d3c
6 changed files with 35 additions and 31 deletions

View File

@@ -3,12 +3,12 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
DOCKER_IMAGE='baudneo/nginx-full:certbot-node'
DOCKER_IMAGE='baudneo/nginx-full:bullseye-certbot-node'
# Ensure docker exists
if hash docker 2>/dev/null; then
docker pull "${DOCKER_IMAGE}"
# docker pull "${DOCKER_IMAGE}"
cd "${DIR}/.."
echo -e "${BLUE} ${CYAN}Building Frontend ...${RESET}"
docker run --rm -e CI=true -v "$(pwd)/frontend:/app/frontend" -v "$(pwd)/global:/app/global" \