Skip to content

Commit 7fb876c

Browse files
committed
kms: Update git commit in compose
1 parent c78a4a0 commit 7fb876c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kms/tapp/compose-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
RUN apk add --no-cache git
1010
RUN git clone https://github.com/Dstack-TEE/dstack.git && \
1111
cd dstack && \
12-
git checkout 93b9f9c3a00d8efdf7755601c50041c473688b14
12+
git checkout c78a4a013bb8b0c26f4d8d8757cd181cb8ddca89
1313
WORKDIR /app/dstack/kms/auth-eth
1414
RUN npm install && \
1515
npx hardhat typechain && \
@@ -40,7 +40,7 @@ services:
4040
&& rm -rf /var/lib/apt/lists/*
4141
RUN git clone https://github.com/Dstack-TEE/dstack.git && \
4242
cd dstack && \
43-
git checkout 93b9f9c3a00d8efdf7755601c50041c473688b14
43+
git checkout c78a4a013bb8b0c26f4d8d8757cd181cb8ddca89
4444
WORKDIR /app/dstack
4545
RUN cargo build --release -p kms
4646
CMD ["./target/release/kms"]

0 commit comments

Comments
 (0)