We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84f6a commit 46bfa95Copy full SHA for 46bfa95
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:18.04 as builder
+FROM ubuntu:22.04 as builder
2
RUN apt-get update
3
RUN \
4
DEBIAN_FRONTEND=noninteractive \
@@ -9,7 +9,7 @@ COPY . /memtier_benchmark
9
WORKDIR /memtier_benchmark
10
RUN autoreconf -ivf && ./configure && make && make install
11
12
-FROM ubuntu:18.04
+FROM ubuntu:22.04
13
LABEL Description="memtier_benchmark"
14
COPY --from=builder /usr/local/bin/memtier_benchmark /usr/local/bin/memtier_benchmark
15
0 commit comments