Skip to content

Commit 8bd6a88

Browse files
Bump fedora from 6cd815d to c177f6c
Bumps fedora from `6cd815d` to `c177f6c`. --- updated-dependencies: - dependency-name: fedora dependency-version: '43' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 448e026 commit 8bd6a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:43@sha256:6cd815d862109208adf6040ea13391fe6aeb87a9dc80735c2ab07083fdf5e03a AS builder
1+
FROM fedora:43@sha256:c177f6c7c6f10ad2838a7af67f1a4e9583dc7d5931d62f9994608cc091ac4003 AS builder
22
# Dockerfile for Intel PCM sensor server
33
# SPDX-License-Identifier: BSD-3-Clause
44
# Copyright (c) 2020-2024 Intel Corporation
@@ -7,7 +7,7 @@ RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasa
77
COPY . /tmp/pcm
88
RUN cd /tmp/pcm && mkdir build && cd build && cmake -DPCM_NO_STATIC_LIBASAN=OFF .. && make -j
99

10-
FROM fedora:43@sha256:6cd815d862109208adf6040ea13391fe6aeb87a9dc80735c2ab07083fdf5e03a
10+
FROM fedora:43@sha256:c177f6c7c6f10ad2838a7af67f1a4e9583dc7d5931d62f9994608cc091ac4003
1111
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
1212
COPY --from=builder /tmp/pcm/build/bin/opCode*.txt /usr/local/share/pcm/
1313
COPY --from=builder /usr/share/hwdata/pci.ids /usr/share/hwdata/pci.ids

0 commit comments

Comments
 (0)