diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 9dc2423..99582cd 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -28,14 +28,13 @@ RUN echo "password $GIT_PASSWORD" >> /root/.netrc WORKDIR / -RUN git clone -b "main" https://github.com/hotwax/moqui-framework.git +RUN git clone -b "v3.1.0" https://github.com/hotwax/moqui-framework.git WORKDIR /moqui-framework -RUN git clone -b "main" https://github.com/hotwax/moqui-runtime.git runtime +RUN git clone -b "v3.1.0" https://github.com/hotwax/moqui-runtime.git runtime WORKDIR /moqui-framework/runtime/component - -RUN git clone -b "main" https://github.com/hotwax/shopify-app-bridge.git +RUN git clone -b "v1.0.0" https://github.com/hotwax/shopify-app-bridge.git RUN rm -rf /root/.netrc