mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix broken image reference for prod docker builds
This commit is contained in:
parent
055a810463
commit
84c8ed5bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue