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 cdaa240 commit 23a935dCopy full SHA for 23a935d
1 file changed
Dockerfile
@@ -34,7 +34,7 @@ ENV LC_ALL=C.UTF-8
34
RUN printf 'export LANG=C.UTF-8\nexport LC_ALL=C.UTF-8\n' > /etc/profile.d/locale.sh
35
36
# Download and unzip the latest Blueprint release
37
-RUN wget $(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4) -O blueprint.zip \
+RUN wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | grep 'release.zip' | cut -d '"' -f 4)" -O blueprint.zip \
38
&& unzip -o blueprint.zip -d /app \
39
&& touch /.dockerenv \
40
&& rm blueprint.zip
0 commit comments