From f0238b63ed719d413ccc498245ec573df382ec2d Mon Sep 17 00:00:00 2001 From: t1amak Date: Thu, 13 Nov 2025 12:13:46 +0000 Subject: [PATCH] fix docker --- scripts/release/images/ubuntu/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/images/ubuntu/prepare.sh b/scripts/release/images/ubuntu/prepare.sh index 4ce0874..9ec929b 100755 --- a/scripts/release/images/ubuntu/prepare.sh +++ b/scripts/release/images/ubuntu/prepare.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -euo pipefail CLANG_VERSION=21.1.5