Skip to content

Commit bac8413

Browse files
authored
Dockerfile: use fedora 35
1 parent 57f9830 commit bac8413

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:33 as builder
1+
FROM fedora:35 as builder
22

33
RUN dnf -y install gcc-c++ git findutils make cmake
44
COPY . /tmp/pcm
@@ -8,4 +8,4 @@ FROM fedora:33
88
COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
99
ENV PCM_NO_PERF=1
1010

11-
ENTRYPOINT [ "/usr/local/bin/pcm-sensor-server", "-p", "9738", "-r" ]
11+
ENTRYPOINT [ "/usr/local/bin/pcm-sensor-server", "-p", "9738", "-r" ]

0 commit comments

Comments
 (0)