FROM alpine:3.19 RUN echo "Build test" > /build-info.txt CMD ["cat", "/build-info.txt"]# Build 1769978768