Skip to content

Commit 978e631

Browse files
authored
Update Dockerfile
1 parent 03d799b commit 978e631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN git clone --depth 1 -b "v3.3.0" https://github.com/hotwax/moqui-framework.gi
2323
WORKDIR /moqui-framework
2424
RUN git clone --depth 1 -b "v3.2.0" https://github.com/hotwax/moqui-runtime.git runtime
2525
WORKDIR /moqui-framework/runtime/component
26-
RUN git clone -b "v3.2.0" https://github.com/hotwax/shopify-app-bridge.git
26+
RUN git clone -b "v3.3.0" https://github.com/hotwax/shopify-app-bridge.git
2727

2828
WORKDIR /moqui-framework
2929

0 commit comments

Comments
 (0)