Skip to content

Commit

Permalink
Update protos in web dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aapeliv committed May 3, 2024
1 parent 1eec7e4 commit cecf31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN yarn install --frozen-lockfile

COPY . .

ENV PROTOS_SHA=d9f7b9743a58a198eecfb055325891a28eb1c6cb6f4e0eb7a0441867fad1cc99
ENV PROTOS_SHA=db26da8cedfe976e86439926f18dc3a625d1a468a31fa34caa1f91281946b623

RUN wget https://protos--by-sha.preview.couchershq.org/$PROTOS_SHA/ts.tar.gz
RUN tar xf ts.tar.gz && rm -f typescript_protos.tar.gz
Expand Down

0 comments on commit cecf31b

Please sign in to comment.