Skip to content

Commit 23a935d

Browse files
authored
Update fetch logic
1 parent cdaa240 commit 23a935d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV LC_ALL=C.UTF-8
3434
RUN printf 'export LANG=C.UTF-8\nexport LC_ALL=C.UTF-8\n' > /etc/profile.d/locale.sh
3535

3636
# 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 \
37+
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 \
3838
&& unzip -o blueprint.zip -d /app \
3939
&& touch /.dockerenv \
4040
&& rm blueprint.zip

0 commit comments

Comments
 (0)