From 3e874ffad733b3afe7e11efc2729b96c19cd2227 Mon Sep 17 00:00:00 2001 From: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> Date: Mon, 30 Mar 2020 20:22:18 +0800 Subject: [PATCH] Upgrade the base ubuntu package (#68) Addresses GLIBC incompatability Probably fixes #67 Signed-off-by: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> --- buildscripts/zfs-driver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/zfs-driver/Dockerfile b/buildscripts/zfs-driver/Dockerfile index 19630b9..7319993 100644 --- a/buildscripts/zfs-driver/Dockerfile +++ b/buildscripts/zfs-driver/Dockerfile @@ -3,7 +3,7 @@ # volume-mgmt releases. # -FROM ubuntu:18.04 +FROM ubuntu:19.10 RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get update; exit 0 RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates