Skip to content

Commit aa5a17d

Browse files
mkurapovsanducb
andauthored
chore: fix docker image scans (#3272)
* chore: fix path-to-regexp lib * chore: update base node image version in Dockerfiles --------- Co-authored-by: bsanduc <bogdan.sandu@breakpointit.eu>
1 parent 636a1ca commit aa5a17d

9 files changed

Lines changed: 20 additions & 19 deletions

File tree

localenv/mock-account-servicing-entity/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19 AS base
1+
FROM node:20-alpine3.20 AS base
22

33
WORKDIR /home/rafiki
44

@@ -42,7 +42,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
4242
--frozen-lockfile
4343
RUN pnpm --filter mock-account-servicing-entity build
4444

45-
FROM node:20-alpine3.19 AS runner
45+
FROM node:20-alpine3.20 AS runner
4646

4747
WORKDIR /home/rafiki
4848

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@
7979
"braces@<3.0.3": ">=3.0.3",
8080
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9",
8181
"dset@<3.1.4": ">=3.1.4",
82-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
82+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
83+
"path-to-regexp@>=0.1.7": "^0.1.12",
84+
"path-to-regexp@>=6.3.0": "^6.3.0"
8385
}
8486
}
8587
}

packages/auth/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19
1+
FROM node:20-alpine3.20
22

33
WORKDIR /home/rafiki
44

packages/auth/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19 AS base
1+
FROM node:20-alpine3.20 AS base
22

33
WORKDIR /home/rafiki
44

@@ -43,7 +43,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
4343
--frozen-lockfile
4444
RUN pnpm --filter auth build
4545

46-
FROM node:20-alpine3.19 AS runner
46+
FROM node:20-alpine3.20 AS runner
4747

4848
WORKDIR /home/rafiki
4949

packages/backend/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19
1+
FROM node:20-alpine3.20
22

33
WORKDIR /home/rafiki
44

packages/backend/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19 AS base
1+
FROM node:20-alpine3.20 AS base
22

33
WORKDIR /home/rafiki
44

@@ -43,7 +43,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
4343
--frozen-lockfile
4444
RUN pnpm --filter backend build
4545

46-
FROM node:20-alpine3.19 AS runner
46+
FROM node:20-alpine3.20 AS runner
4747

4848
WORKDIR /home/rafiki
4949

packages/frontend/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19 AS base
1+
FROM node:20-alpine3.20 AS base
22

33
WORKDIR /home/rafiki
44

packages/frontend/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.19 AS base
1+
FROM node:20-alpine3.20 AS base
22

33
WORKDIR /home/rafiki
44

@@ -40,7 +40,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
4040
--frozen-lockfile
4141
RUN pnpm --filter frontend build
4242

43-
FROM node:20-alpine3.19 AS runner
43+
FROM node:20-alpine3.20 AS runner
4444

4545
WORKDIR /home/rafiki
4646

pnpm-lock.yaml

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)