Skip to content

Commit

Permalink
Merge pull request #836 from containers/renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
chore(deps): update auto merged updates
  • Loading branch information
lmilbaum authored Dec 23, 2024
2 parents eceeb0d + 3a49027 commit 60e6018
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ annotated-types==0.7.0
anyio==4.4.0
certifi==2024.6.2
charset-normalizer==3.3.2
click==8.1.7
click==8.1.8
dnspython==2.6.1
email_validator==2.2.0
fastapi==0.111.1
fastapi-cli==0.0.6
fastapi-cli==0.0.7
filelock==3.15.4
fsspec==2024.6.1
h11==0.14.0
Expand All @@ -15,7 +15,7 @@ httptools==0.6.4
httpx==0.27.2
huggingface-hub==0.23.4
idna==3.7
Jinja2==3.1.4
Jinja2==3.1.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
Expand All @@ -29,7 +29,7 @@ pydantic==2.7.4
pydantic_core==2.18.4
Pygments==2.18.0
python-dotenv==1.0.1
python-multipart==0.0.19
python-multipart==0.0.20
PyYAML==6.0.2
regex==2024.5.15
requests==2.32.3
Expand Down
4 changes: 2 additions & 2 deletions recipes/computer_vision/object_detection/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ blinker==1.7.0
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
click==8.1.8
gitdb==4.0.11
GitPython==3.1.43
idna==3.7
Jinja2==3.1.4
Jinja2==3.1.5
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
markdown-it-py==3.0.0
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-138 AS deps
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 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-138 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 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-138 AS runner
FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 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.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
"tailwindcss": "^3.4.16"
},
"overrides": {
"typescript": "^5.5.3",
Expand Down

0 comments on commit 60e6018

Please sign in to comment.