We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d799b commit 978e631Copy full SHA for 978e631
docker/prod/Dockerfile
@@ -23,7 +23,7 @@ RUN git clone --depth 1 -b "v3.3.0" https://github.com/hotwax/moqui-framework.gi
23
WORKDIR /moqui-framework
24
RUN git clone --depth 1 -b "v3.2.0" https://github.com/hotwax/moqui-runtime.git runtime
25
WORKDIR /moqui-framework/runtime/component
26
-RUN git clone -b "v3.2.0" https://github.com/hotwax/shopify-app-bridge.git
+RUN git clone -b "v3.3.0" https://github.com/hotwax/shopify-app-bridge.git
27
28
29
0 commit comments