Skip to content

Commit

Permalink
build ui with node 14 scretch
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent 42adef3 commit 56c2b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:16-stretch AS base
FROM node:20-bullseye AS base

# ---- Dependencies ----
FROM base AS dependencies
Expand All @@ -16,7 +16,7 @@ WORKDIR /app
COPY app ./app

## ---- UI ----
FROM base AS ui
FROM node:14-stretch AS ui
WORKDIR /app
RUN git config --global url."https://github.com/".insteadOf git://github.com/ \
&& git clone --depth=1 https://github.com/OpenTMI/opentmi-default-gui.git . \
Expand Down

0 comments on commit 56c2b7d

Please sign in to comment.