This is an automated email from the ASF dual-hosted git repository.

porcelli pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/10.2.x by this push:
     new dcf47e78f5e release: [try] to pin commit to avoid breaking build with 
ref to main
dcf47e78f5e is described below

commit dcf47e78f5edc6ba6480f7486750deb642d03b51
Author: Alex Porcelli <[email protected]>
AuthorDate: Tue Mar 24 04:30:18 2026 -0400

    release: [try] to pin commit to avoid breaking build with ref to main
---
 packages/playwright-base/Containerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/playwright-base/Containerfile 
b/packages/playwright-base/Containerfile
index 50c0fe71189..86ad7128a97 100644
--- a/packages/playwright-base/Containerfile
+++ b/packages/playwright-base/Containerfile
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y 
--no-install-recommends \
     && rm -rf /var/lib/apt/lists/*
 
 # Adding all dependencies available in GHA `ubuntu-latest`
-RUN curl 
https://raw.githubusercontent.com/actions/runner-images/refs/heads/main/images/ubuntu/toolsets/toolset-2404.json
 > toolset-2404.json && \
+RUN curl 
https://raw.githubusercontent.com/actions/runner-images/155611075f91237686880f896e7a532baad72efd/images/ubuntu/toolsets/toolset-2404.json
 > toolset-2404.json && \
     export APT_PACKAGES="$(cat toolset-2404.json | sed 
s/netcat/netcat-traditional/g | jq -r '.apt | [.vital_packages[], 
.common_packages[], .cmd_packages[]] | join(" ")')" && \
     apt-get update && \
     apt-get install -y --no-install-recommends $APT_PACKAGES && \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to