Skip to content

Commit

Permalink
Try refreshing Cargo.lock (time regression failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Sep 27, 2024
1 parent 445e322 commit e0a384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/wrappers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ RUN /root/.cargo/bin/rustup default stable
# Clone repository
RUN git clone https://github.com/supabase/wrappers.git


ARG RELEASE=v0.3.1

# Build the extension
RUN cd wrappers/wrappers && \
rm Cargo.lock && \
git submodule update --init --recursive && \
git fetch origin ${RELEASE} && \
git checkout ${RELEASE} && \
Expand Down

0 comments on commit e0a384f

Please sign in to comment.