Revert to node base now that base has openresty

This commit is contained in:
Jamie Curnow
2020-05-28 09:25:29 +10:00
parent c631537dbe
commit 66412a75f9
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# This file assumes that the frontend has been built using ./scripts/frontend-build
FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:github-openresty-node
FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/alpine-nginx-full:node
ARG TARGETPLATFORM
ARG BUILDPLATFORM