mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Revert "chore(deps): update node.js to v21.7.2" (#4445)
This commit is contained in:
parent
86cbe95bd2
commit
ff5cdf0509
5 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21.7.2-slim
|
||||
FROM node:21.7.1-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21.7.2-slim
|
||||
FROM node:21.7.1-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21.7.2-slim
|
||||
FROM node:21.7.1-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21.7.2-slim
|
||||
FROM node:21.7.1-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ networks:
|
|||
|
||||
services:
|
||||
local_cdn:
|
||||
image: node:21.7.2-alpine3.18
|
||||
image: node:21.7.1-alpine3.18
|
||||
working_dir: /app
|
||||
command: ['node', 'index.js']
|
||||
networks:
|
||||
|
|
@ -39,7 +39,7 @@ services:
|
|||
S3_PUBLIC_URL: 'http://localhost:8083'
|
||||
|
||||
local_broker:
|
||||
image: node:21.7.2-alpine3.18
|
||||
image: node:21.7.1-alpine3.18
|
||||
working_dir: /app
|
||||
command: ['node', 'broker.js']
|
||||
networks:
|
||||
|
|
@ -79,7 +79,7 @@ services:
|
|||
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
|
||||
|
||||
external_composition:
|
||||
image: node:21.7.2-alpine3.18
|
||||
image: node:21.7.1-alpine3.18
|
||||
working_dir: /app
|
||||
command: ['node', 'example.mjs']
|
||||
networks:
|
||||
|
|
@ -269,10 +269,10 @@ services:
|
|||
|
||||
# It's not part of integration tests
|
||||
app:
|
||||
image: node:21.7.2-alpine3.18
|
||||
image: node:21.7.1-alpine3.18
|
||||
command: ['npx', 'http-server']
|
||||
|
||||
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
|
||||
zookeeper:
|
||||
image: node:21.7.2-alpine3.18
|
||||
image: node:21.7.1-alpine3.18
|
||||
command: ['npx', 'http-server']
|
||||
|
|
|
|||
Loading…
Reference in a new issue