tools/docker: Pin the chip-build docker file version to 54 i.e ubuntu 22.04

This commit is contained in:
Shubham Patil
2024-07-09 16:49:38 +08:00
parent d1c7c65a25
commit 878b274665
+1 -1
View File
@@ -1,4 +1,4 @@
ARG VERSION=latest
ARG VERSION=54
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
# Use IDF_CHECKOUT_REF to specify a tag, a branch or a specific commit ID.