File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM fedora:41 @sha256:f84a7b765ce09163d11de44452a4b56c1b2f5571b6f640b3b973c6afc4e63212 AS builder
1
+ FROM fedora:42 @sha256:ee88ab8a5c8bf78687ddcecadf824767e845adc19d8cdedb56f48521eb162b43 AS builder
2
2
# Dockerfile for Intel PCM sensor server
3
3
# SPDX-License-Identifier: BSD-3-Clause
4
4
# Copyright (c) 2020-2024 Intel Corporation
@@ -7,7 +7,7 @@ RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasa
7
7
COPY . /tmp/pcm
8
8
RUN cd /tmp/pcm && mkdir build && cd build && cmake -DPCM_NO_STATIC_LIBASAN=OFF .. && make -j
9
9
10
- FROM fedora:41 @sha256:f84a7b765ce09163d11de44452a4b56c1b2f5571b6f640b3b973c6afc4e63212
10
+ FROM fedora:42 @sha256:ee88ab8a5c8bf78687ddcecadf824767e845adc19d8cdedb56f48521eb162b43
11
11
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
12
12
COPY --from=builder /tmp/pcm/build/bin/opCode*.txt /usr/local/share/pcm/
13
13
COPY --from=builder /usr/share/hwdata/pci.ids /usr/share/hwdata/pci.ids
You can’t perform that action at this time.
0 commit comments