From 770ad1e144a1a474a33e51bc76bb3f16a3532c77 Mon Sep 17 00:00:00 2001
From: Alex Ellis <alexellis2@gmail.com>
Date: Mon, 1 Jan 2018 11:47:15 +0000
Subject: [PATCH] Update Dockerfile

---
 contrib/prometheus/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/prometheus/Dockerfile b/contrib/prometheus/Dockerfile
index ad9acb1f..0dd7e604 100644
--- a/contrib/prometheus/Dockerfile
+++ b/contrib/prometheus/Dockerfile
@@ -1,6 +1,6 @@
 FROM arm64v8/alpine:3.5
 
-workdir /root
+WORKDIR /root
 RUN apk add --update libarchive-tools
 
 ADD https://github.com/prometheus/prometheus/releases/download/v1.5.2/prometheus-1.5.2.linux-arm64.tar.gz /root/
-- 
GitLab