Skip to content

Commit 02efa60

Browse files
Merge pull request #1989 from dev-hato/renovate/renovate-34.x
Update dependency renovate to v34.43.0
2 parents a43ad1f + 01143de commit 02efa60

File tree

3 files changed

+108
-107
lines changed

3 files changed

+108
-107
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && \
2828
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
2929
apt-get install -y --no-install-recommends nodejs && \
30-
pip install pipenv==2022.11.25 --no-cache-dir && \
30+
pip install pipenv==2022.11.30 --no-cache-dir && \
3131
if [ "${ENV}" = 'dev' ]; then \
3232
pipenv install --system --skip-lock --dev; \
3333
else \

0 commit comments

Comments
 (0)