Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
switch ui dockerfile to node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Oct 28, 2021
1 parent 0d95687 commit 317c2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:current-alpine3.12
FROM node:lts-alpine3.14
LABEL maintainer="Charlie Lewis <[email protected]>"

RUN apk --no-cache upgrade && \
Expand All @@ -12,7 +12,7 @@ COPY . /app
WORKDIR /app

RUN npm cache verify
#RUN npm install -g npm@latest --prefer-online
RUN npm install -g npm@latest --prefer-online
RUN npm ci --no-optional
RUN npm run build

Expand Down

0 comments on commit 317c2c1

Please sign in to comment.