Skip to content

Commit

Permalink
chore(deps): update node.js to v21.7.3 (#783)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 290dee8 commit ebb49ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/api-bench-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.2-alpine AS node
FROM node:21.7.3-alpine AS node

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-gitea-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_VERSION

FROM node:21.7.2-alpine AS node
FROM node:21.7.3-alpine AS node
FROM idrinth/api-bench-build:${BUILD_VERSION} AS build
FROM gitea/act_runner:0.2.10 AS gitea

Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-gitlab-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_VERSION

FROM idrinth/api-bench-build:${BUILD_VERSION} AS build
FROM node:21.7.2-alpine AS node
FROM node:21.7.3-alpine AS node
FROM gitlab/gitlab-runner:alpine3.19-v16.10.0 AS gitlab

COPY --from=node /usr/lib /usr/lib
Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-history-microservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.2-alpine
FROM node:21.7.3-alpine

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench-history-website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.2-alpine
FROM node:21.7.3-alpine

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down
2 changes: 1 addition & 1 deletion containers/api-bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_VERSION

FROM idrinth/api-bench-build:${BUILD_VERSION} AS build
FROM node:21.7.2-alpine AS node
FROM node:21.7.3-alpine AS node

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down

0 comments on commit ebb49ae

Please sign in to comment.