Skip to content

Commit 88a7adc

Browse files
Update node Docker tag to v23.8.0
1 parent 96b9fb9 commit 88a7adc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

framework/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23.6.1-alpine AS build
1+
FROM node:23.8.0-alpine AS build
22

33
ARG 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

3232
ARG BUILD_VERSION
3333
ARG BUILD_TIME

gitea-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_VERSION
22

3-
FROM node:23.6.1-alpine AS node
3+
FROM node:23.8.0-alpine AS node
44

55
RUN apk add --no-cache "git=2.43.0-r0" && npm install -g clean-modules@3.0.5
66
RUN git clone --reference=$BUILD_VERSION https://github.com/idrinth-api-bench/framework.git /project

gitlab-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_VERSION
22

3-
FROM node:23.6.1-alpine AS node
3+
FROM node:23.8.0-alpine AS node
44

55
RUN apk add --no-cache "git=2.43.0-r0" && npm install -g clean-modules@3.0.5
66
RUN git clone --reference=$BUILD_VERSION https://github.com/idrinth-api-bench/framework.git /project

history-microservice/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_VERSION
22

3-
FROM node:23.6.1-alpine AS build
3+
FROM node:23.8.0-alpine AS build
44

55
RUN 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

1717
ARG BUILD_VERSION
1818
ARG BUILD_TIME

history-website/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_VERSION
22

3-
FROM node:23.6.1-alpine AS build
3+
FROM node:23.8.0-alpine AS build
44

55
RUN git clone https://github.com/idrinth-api-bench/history-website.git /var/www/html \
66
&& npm ci \

0 commit comments

Comments
 (0)