diff --git a/Dockerfile b/Dockerfile index 8e4439a7..6c6d9bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:43@sha256:6cd815d862109208adf6040ea13391fe6aeb87a9dc80735c2ab07083fdf5e03a AS builder +FROM fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138 AS builder # Dockerfile for Intel PCM sensor server # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2020-2024 Intel Corporation @@ -9,7 +9,7 @@ COPY . /tmp/pcm WORKDIR /tmp/pcm/build RUN cmake -DPCM_NO_STATIC_LIBASAN=OFF .. && make -j -FROM fedora:43@sha256:6cd815d862109208adf6040ea13391fe6aeb87a9dc80735c2ab07083fdf5e03a +FROM fedora:43@sha256:781b7642e8bf256e9cf75d2aa58d86f5cc695fd2df113517614e181a5eee9138 COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/ COPY --from=builder /tmp/pcm/build/bin/opCode*.txt /usr/local/share/pcm/