Skip to content

Commit

Permalink
fix: use official node 18 image #260
Browse files Browse the repository at this point in the history
* Node image already contains yarn so no need to install it
  • Loading branch information
phantomjinx committed Dec 12, 2023
1 parent 4291ab4 commit c374d6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM quay.io/jitesoft/node:16 as builder
FROM docker.io/node:18 as builder

WORKDIR /hawtio-online

RUN npm install -g yarn

COPY package.json yarn.lock ./
COPY .yarnrc.yml ./
ADD packages/ packages/
Expand Down

0 comments on commit c374d6a

Please sign in to comment.