Skip to content

Commit 0d39e15

Browse files
authored
Merge pull request #882 from containers/renovate/auto-merged-updates
fix(deps): update auto merged updates
2 parents 6e90199 + 29a8c19 commit 0d39e15

File tree

5 files changed

+33
-34
lines changed

5 files changed

+33
-34
lines changed

model_servers/object_detection_python/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python-dotenv==1.0.1
3232
python-multipart==0.0.20
3333
PyYAML==6.0.2
3434
regex==2024.5.15
35-
requests==2.32.3
35+
requests==2.32.4
3636
rich==13.7.1
3737
safetensors==0.4.5
3838
shellingham==1.5.4

recipes/natural_language_processing/chatbot-nodejs/app/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS deps
2+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS deps
33
USER 0
44
WORKDIR /app
55

@@ -13,7 +13,7 @@ RUN \
1313
fi
1414

1515
# Rebuild the source code only when needed
16-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS builder
16+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS builder
1717
USER 0
1818
WORKDIR /app
1919
COPY --from=deps /app/node_modules ./node_modules
@@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
2828
RUN npm run build
2929

3030
# Production image, copy all the files and run next
31-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS runner
31+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS runner
3232
USER 0
3333
WORKDIR /app
3434

recipes/natural_language_processing/function-calling-nodejs/app/package-lock.json

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

recipes/natural_language_processing/rag-nodejs/app/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS deps
2+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS deps
33
USER 0
44
WORKDIR /app
55

@@ -13,7 +13,7 @@ RUN \
1313
fi
1414

1515
# Rebuild the source code only when needed
16-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS builder
16+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS builder
1717
USER 0
1818
WORKDIR /app
1919
COPY --from=deps /app/node_modules ./node_modules
@@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
2828
RUN npm run build
2929

3030
# Production image, copy all the files and run next
31-
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-144 AS runner
31+
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-145 AS runner
3232
USER 0
3333
WORKDIR /app
3434

recipes/natural_language_processing/rag-nodejs/app/package-lock.json

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

0 commit comments

Comments
 (0)