Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Sep 27, 2024
1 parent e0a384f commit d79742d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/wrappers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ RUN /root/.cargo/bin/rustup default stable
# Clone repository
RUN git clone https://github.com/supabase/wrappers.git

ARG RELEASE=v0.3.1
ARG RELEASE=v0.4.2

# 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 d79742d

Please sign in to comment.