Use OpenResty base image

This commit is contained in:
Jamie Curnow
2020-05-26 14:38:41 +10:00
parent 55a28e3437
commit 8d2f49541c
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
DOCKER_IMAGE=jc21/alpine-nginx-full:node
DOCKER_IMAGE=jc21/alpine-nginx-full:github-openresty-node
# Ensure docker exists
if hash docker 2>/dev/null; then