We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3596f3e commit b6919e2Copy full SHA for b6919e2
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.9-slim as base
2
3
# hadolint ignore=DL3008,DL3009,DL3013
4
RUN apt-get update && \
5
- apt-get install --no-install-recommends -y git git-lfs=2.* python3-dev tini bash curl && \
+ apt-get install --no-install-recommends -y git git-lfs=3.* python3-dev tini bash curl && \
6
pip install --no-cache-dir --upgrade pip
7
8
FROM base as builder
0 commit comments