Skip to content

Commit e339c73

Browse files
Merge pull request #7031 from tokiwa-software/dependabot/docker/ubuntu-c4a8d55
build(deps): bump ubuntu from `186072b` to `c4a8d55`
2 parents 0e5dbf3 + c945f99 commit e339c73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c AS builder
1+
FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b AS builder
22
WORKDIR /fuzion
33
COPY . .
44
RUN apt-get update && apt-get -y --no-install-recommends install \
@@ -19,7 +19,7 @@ RUN ln -s /usr/bin/clang-18 /usr/bin/clang
1919
ENV FUZION_REPRODUCIBLE_BUILD="true" PRECONDITIONS="true" POSTCONDITIONS="true"
2020
RUN 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
2424
COPY --from=builder --chmod=o=g /fuzion/build /fuzion
2525
RUN apt-get update && apt-get -y --no-install-recommends install \

0 commit comments

Comments
 (0)