File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM node:23.6.1 -alpine AS build
1+ FROM node:23.8.0 -alpine AS build
22
33ARG BUILD_VERSION
44
@@ -27,7 +27,7 @@ RUN npm install -g clean-modules@3.0.5 \
2727 && rm -r ./language \
2828 && clean-modules clean --yes
2929
30- FROM node:23.6.1 -alpine AS node
30+ FROM node:23.8.0 -alpine AS node
3131
3232ARG BUILD_VERSION
3333ARG BUILD_TIME
Original file line number Diff line number Diff line change 11ARG BUILD_VERSION
22
3- FROM node:23.6.1 -alpine AS node
3+ FROM node:23.8.0 -alpine AS node
44
55RUN apk add --no-cache "git=2.43.0-r0" && npm install -g clean-modules@3.0.5
66RUN git clone --reference=$BUILD_VERSION https://github.com/idrinth-api-bench/framework.git /project
Original file line number Diff line number Diff line change 11ARG BUILD_VERSION
22
3- FROM node:23.6.1 -alpine AS node
3+ FROM node:23.8.0 -alpine AS node
44
55RUN apk add --no-cache "git=2.43.0-r0" && npm install -g clean-modules@3.0.5
66RUN git clone --reference=$BUILD_VERSION https://github.com/idrinth-api-bench/framework.git /project
Original file line number Diff line number Diff line change 11ARG BUILD_VERSION
22
3- FROM node:23.6.1 -alpine AS build
3+ FROM node:23.8.0 -alpine AS build
44
55RUN apk add --no-cache "git=2.43.0-r0" \
66 && npm install -g clean-modules@3.0.5 \
@@ -12,7 +12,7 @@ RUN apk add --no-cache "git=2.43.0-r0" \
1212 && rm -rf /tmp/history-microservice/{README.md,src/**/*.ts} \
1313 && clean-modules clean --yes
1414
15- FROM node:23.6.1 -alpine AS node
15+ FROM node:23.8.0 -alpine AS node
1616
1717ARG BUILD_VERSION
1818ARG BUILD_TIME
Original file line number Diff line number Diff line change 11ARG BUILD_VERSION
22
3- FROM node:23.6.1 -alpine AS build
3+ FROM node:23.8.0 -alpine AS build
44
55RUN git clone https://github.com/idrinth-api-bench/history-website.git /var/www/html \
66 && npm ci \
You can’t perform that action at this time.
0 commit comments