Skip to content

Commit 46bfa95

Browse files
authored
Update Dockerfile to jammy. (#255)
1 parent 2d84f6a commit 46bfa95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04 as builder
1+
FROM ubuntu:22.04 as builder
22
RUN apt-get update
33
RUN \
44
DEBIAN_FRONTEND=noninteractive \
@@ -9,7 +9,7 @@ COPY . /memtier_benchmark
99
WORKDIR /memtier_benchmark
1010
RUN autoreconf -ivf && ./configure && make && make install
1111

12-
FROM ubuntu:18.04
12+
FROM ubuntu:22.04
1313
LABEL Description="memtier_benchmark"
1414
COPY --from=builder /usr/local/bin/memtier_benchmark /usr/local/bin/memtier_benchmark
1515
RUN \

0 commit comments

Comments
 (0)