Skip to content

Commit 630567a

Browse files
authored
fix(arm,build): changing ubuntu version in ARM cstor-base image (#310)
Signed-off-by: mynktl <mayank.patel@mayadata.io>
1 parent 07c740e commit 630567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.base.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# libraries.
44
#
55

6-
FROM arm64v8/ubuntu:18.04
6+
FROM openebs/arm64v8-ubuntu:xenial-20200326
77

88
RUN apt-get clean && \
99
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)