Skip to content

Commit

Permalink
Merge pull request #185 from DANS-KNAW/development
Browse files Browse the repository at this point in the history
updated node and pnpm versions dockerfile
  • Loading branch information
ddzyne authored Aug 15, 2024
2 parents bac18fd + 4c2c087 commit 91b838c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/4tu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetching the latest node image on apline linux
FROM node:18-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12
FROM node:20-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm

# Setting up the work directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions apps/cat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetching the latest node image on apline linux
FROM node:18-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12
FROM node:20-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm

# Setting up the work directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions apps/digitaltwins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetching the latest node image on apline linux
FROM node:18-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12
FROM node:20-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm

# Setting up the work directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions apps/rda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetching the latest node image on apline linux
FROM node:18-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12
FROM node:20-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm

# Setting up the work directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions apps/swh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fetching the latest node image on apline linux
FROM node:18-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12
FROM node:20-alpine AS builder
RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm


# Setting up the work directory
Expand Down

0 comments on commit 91b838c

Please sign in to comment.