fix broken image reference for prod docker builds

This commit is contained in:
Christopher Bisset 2022-12-23 18:35:31 +11:00
parent 055a810463
commit 84c8ed5bd5

View file

@ -3,7 +3,7 @@ ARG VERSION="master"
# Branch to check out
ARG CHECKOUT_BRANCH="master"
FROM node:lts-alpine AS build
FROM node:lts AS build
#environment variables
ENV PROJECT_NAME="headscale-ui"