Skip to content

Commit 01143de

Browse files
authored
Merge pull request #1990 from dev-hato/fix-format-renovate/renovate-34.x
formatが間違ってたので直してあげたよ! #1989
2 parents e14171e + 03ebe4e commit 01143de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)