Skip to content

Commit

Permalink
Merge pull request #847 from containers/renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
fix(deps): update auto merged updates
  • Loading branch information
rhatdan authored Feb 10, 2025
2 parents 31875d3 + c175e40 commit a32ccb8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
4 changes: 2 additions & 2 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mdurl==0.1.2
mpmath==1.3.0
networkx==3.3
numpy==2.0.1
orjson==3.10.13
orjson==3.10.15
packaging==24.1
pillow==10.3.0
pydantic==2.7.4
Expand All @@ -39,7 +39,7 @@ shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
sympy==1.12.1
timm==1.0.12
timm==1.0.14
tokenizers==0.19.1
torch==2.3.1
torchvision==0.18.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS deps
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS deps
USER 0
WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN \
fi

# Rebuild the source code only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS builder
USER 0
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
Expand All @@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build

# Production image, copy all the files and run next
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS runner
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS runner
USER 0
WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS deps
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS deps
USER 0
WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN \
fi

# Rebuild the source code only when needed
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS builder
USER 0
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
Expand All @@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build

# Production image, copy all the files and run next
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS runner
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS runner
USER 0
WORKDIR /app

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a32ccb8

Please sign in to comment.