Skip to content

Commit

Permalink
Fix ubuntu version to 16.04 to fix build issue with data-caching (par…
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulketch authored and neo-apz committed Jul 2, 2018
1 parent 45d56f2 commit a5ca169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/data-caching/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:16.04
LABEL maintainer="Arash Pourhabibi Zarandi <[email protected]>"

# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/data-caching/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:16.04
MAINTAINER Arash Pourhabibi Zarandi <[email protected]>

# This is based on the official memcached Dockerfile
Expand Down

0 comments on commit a5ca169

Please sign in to comment.