Skip to content

Commit 02c2e17

Browse files
authored
Merge pull request #91 from rst0git/dockerfile-upgrade
dockerfile: Upgrate base image to ubuntu:18.04
2 parents 6393b92 + 36085db commit 02c2e17

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 ubuntu:16.04 as builder
1+
FROM ubuntu:18.04 as builder
22
RUN apt-get update
33
RUN \
44
DEBIAN_FRONTEND=noninteractive \
@@ -9,7 +9,7 @@ RUN git clone https://github.com/RedisLabs/memtier_benchmark.git
99
WORKDIR /memtier_benchmark
1010
RUN autoreconf -ivf && ./configure && make && make install
1111

12-
FROM ubuntu:16.04
12+
FROM ubuntu:18.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)