File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c AS builder
1+ FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b AS builder
22WORKDIR /fuzion
33COPY . .
44RUN apt-get update && apt-get -y --no-install-recommends install \
@@ -19,7 +19,7 @@ RUN ln -s /usr/bin/clang-18 /usr/bin/clang
1919ENV FUZION_REPRODUCIBLE_BUILD="true" PRECONDITIONS="true" POSTCONDITIONS="true"
2020RUN make all build/apidocs_git/index.html
2121
22- FROM ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c AS runner
22+ FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b AS runner
2323# NYI: HACK: chmod is a workaround for Jenkins permission issue
2424COPY --from=builder --chmod=o=g /fuzion/build /fuzion
2525RUN apt-get update && apt-get -y --no-install-recommends install \
You can’t perform that action at this time.
0 commit comments