Skip to content

Commit d0ea7f5

Browse files
dependabot[bot]opcm
authored andcommitted
Bump fedora from 39 to 40
Bumps fedora from 39 to 40. --- updated-dependencies: - dependency-name: fedora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ead1ad commit d0ea7f5

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,10 +1,10 @@
1-
FROM fedora:39@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679 as builder
1+
FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312 as builder
22

33
RUN dnf -y install gcc-c++ git findutils make cmake
44
COPY . /tmp/pcm
55
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make
66

7-
FROM fedora:39@sha256:61864fd19bbd64d620f338eb11dae9e8759bf7fa97302ac6c43865c48dccd679
7+
FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312
88
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
99
ENV PCM_NO_PERF=1
1010

0 commit comments

Comments
 (0)