Skip to content

Commit

Permalink
chore: fix node and pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarolyi committed May 3, 2024
1 parent 55a525b commit 7db8eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.12-alpine3.18 AS base
FROM node:20.12.2-alpine3.18 AS base

RUN npm install -g --ignore-scripts [email protected].2
RUN npm install -g --ignore-scripts [email protected].6

# ---

Expand Down
4 changes: 2 additions & 2 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:20.12-alpine3.18
FROM node:20.12.2-alpine3.18

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN npm install -g --ignore-scripts [email protected].2
RUN npm install -g --ignore-scripts [email protected].6

COPY ./turbo-test-project ./turbo-test-project

Expand Down

0 comments on commit 7db8eaa

Please sign in to comment.