We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ead1ad commit d0ea7f5Copy full SHA for d0ea7f5
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM fedora:39@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679 as builder
+FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312 as builder
2
3
RUN dnf -y install gcc-c++ git findutils make cmake
4
COPY . /tmp/pcm
5
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make
6
7
-FROM fedora:39@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679
+FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312
8
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
9
ENV PCM_NO_PERF=1
10
0 commit comments