Skip to content

Commit

Permalink
fix broken image reference for prod docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
routerino committed Dec 23, 2022
1 parent 055a810 commit 84c8ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84c8ed5

Please sign in to comment.