Skip to content

Commit

Permalink
Update Dockerfile to jammy. (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
yossigo committed Apr 23, 2024
1 parent 2d84f6a commit 46bfa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04 as builder
FROM ubuntu:22.04 as builder
RUN apt-get update
RUN \
DEBIAN_FRONTEND=noninteractive \
Expand All @@ -9,7 +9,7 @@ COPY . /memtier_benchmark
WORKDIR /memtier_benchmark
RUN autoreconf -ivf && ./configure && make && make install

FROM ubuntu:18.04
FROM ubuntu:22.04
LABEL Description="memtier_benchmark"
COPY --from=builder /usr/local/bin/memtier_benchmark /usr/local/bin/memtier_benchmark
RUN \
Expand Down

0 comments on commit 46bfa95

Please sign in to comment.