From d79742dbe192c2df241a59004f693018df24d73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:18:13 -0300 Subject: [PATCH] Bump to 0.4.2 --- contrib/wrappers/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/wrappers/Dockerfile b/contrib/wrappers/Dockerfile index c4aa8d4d..9926c1a0 100644 --- a/contrib/wrappers/Dockerfile +++ b/contrib/wrappers/Dockerfile @@ -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} && \