File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,13 +148,13 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r requirements.20.08.txt &&
148
148
149
149
# install git-lfs
150
150
WORKDIR /tmp
151
- RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-linux-amd64-v2.11.0 .tar.gz && \
151
+ RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-linux-amd64-v2.12.1 .tar.gz && \
152
152
tar -zxf git-lfs-linux-amd64-v2.12.1.tar.gz && \
153
153
bash install.sh && \
154
154
rm -rf /tmp/*
155
155
156
156
COPY ./service-defs /etc/backend.ai/service-defs
157
- RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.7.3/code-server-3.4.1 -linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
157
+ RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.7.3/code-server-3.7.3 -linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
158
158
mv /usr/local/lib/code-server-3.7.3-linux-amd64 /usr/local/lib/code-server-3.7.3 && \
159
159
ln -s /usr/local/lib/code-server-3.7.3/bin/code-server /usr/local/bin/code-server
160
160
You can’t perform that action at this time.
0 commit comments