Skip to content

Commit

Permalink
yarn set version
Browse files Browse the repository at this point in the history
Signed-off-by: nmirasch <[email protected]>
  • Loading branch information
nmirasch committed Dec 20, 2024
1 parent 08d5809 commit 0d1ce55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .konflux/Containerfile.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM registry.access.redhat.com/ubi9/nodejs-22:9.5-1734528986 AS builder
USER root

# Install Yarn
RUN npm install -g yarn@3.3.0

EXPOSE 8080
RUN npm install --global yarn
RUN corepack enable
yarn set version 3.x

COPY ["package.json", "yarn.lock", "./"]

Expand Down

0 comments on commit 0d1ce55

Please sign in to comment.