Skip to content

Commit 6a09a17

Browse files
author
Diego Rodriguez Baquero
committed
chore: cleanup and protobuf update
1 parent efa1ecb commit 6a09a17

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
3434
clang \
3535
&& rm -rf /var/lib/apt/lists/* \
3636
&& curl https://sh.rustup.rs -sSf | bash -s -- -y \
37-
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.1/protoc-22.1-linux-x86_64.zip \
38-
&& unzip protoc-22.1-linux-x86_64.zip -d /usr/local \
39-
&& rm protoc-22.1-linux-x86_64.zip
37+
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.5/protoc-22.5-linux-x86_64.zip \
38+
&& unzip protoc-22.5-linux-x86_64.zip -d /usr/local \
39+
&& rm protoc-22.5-linux-x86_64.zip
4040

4141
ENV PATH="/root/.cargo/bin:${PATH}"
4242

@@ -166,9 +166,7 @@ ARG VERSION_HASH="b0a8b2780294b01b0221d0f6f37f97498cc4aac1e73808a472e11d2a191903
166166
ARG ORCHESTRATOR_URL
167167

168168
ARG LASSIE_EVENT_RECORDER_AUTH
169-
170-
# Use random peerId until this is fixed https://github.com/filecoin-project/lassie/issues/191
171-
ARG LASSIE_EXCLUDE_PROVIDERS="QmcCtpf7ERQWyvDT8RMYWCMjzE74b7HscB3F8gDp5d5yS6"
169+
ARG LASSIE_EXCLUDE_PROVIDERS
172170

173171
# need nginx to find the openssl libs
174172
ENV LD_LIBRARY_PATH=/usr/lib/nginx/modules

container/shim/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

container/shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"server-timing": "^3.3.3"
2727
},
2828
"devDependencies": {
29-
"nock": "^13.3.2",
29+
"nock": "^13.3.3",
3030
"test": "^3.3.0"
3131
},
3232
"eslintConfig": {

0 commit comments

Comments
 (0)