diff --git a/ci-jobs/Dockerfile b/ci-jobs/Dockerfile index f6191d475..a06f96ba1 100644 --- a/ci-jobs/Dockerfile +++ b/ci-jobs/Dockerfile @@ -13,7 +13,7 @@ RUN apk add \ yarn # Build Pixel -RUN git clone --recurse-submodules -b v2.0.1 https://github.com/DDMAL/pixel_wrapper.git +RUN git clone --recurse-submodules -b v2.0.2 https://github.com/DDMAL/pixel_wrapper.git WORKDIR /pixel_wrapper/ RUN python3 activate_wrapper.py RUN npm install diff --git a/python3-celery/Dockerfile b/python3-celery/Dockerfile index cb5ae9f6a..083ef3f69 100644 --- a/python3-celery/Dockerfile +++ b/python3-celery/Dockerfile @@ -10,7 +10,7 @@ RUN apk add \ yarn # Build Pixel -RUN git clone --recurse-submodules -b v2.0.1 https://github.com/DDMAL/pixel_wrapper.git +RUN git clone --recurse-submodules -b v2.0.2 https://github.com/DDMAL/pixel_wrapper.git WORKDIR /pixel_wrapper/ RUN python3 activate_wrapper.py RUN npm install