Skip to content

Commit b6919e2

Browse files
authored
chore: update git-lfs to 3.x in core service (#3529)
1 parent 3596f3e commit b6919e2

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
@@ -2,7 +2,7 @@ FROM python:3.9-slim as base
22

33
# hadolint ignore=DL3008,DL3009,DL3013
44
RUN apt-get update && \
5-
apt-get install --no-install-recommends -y git git-lfs=2.* python3-dev tini bash curl && \
5+
apt-get install --no-install-recommends -y git git-lfs=3.* python3-dev tini bash curl && \
66
pip install --no-cache-dir --upgrade pip
77

88
FROM base as builder

0 commit comments

Comments
 (0)