From ebec3cc09dce643a522e4e03b675b0f0e0a41b82 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 6 Jul 2022 13:33:32 +0200 Subject: [PATCH] Correct github address. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7557ac3..d993330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine AS build MAINTAINER chris RUN apk add git --no-cache && \ - git clone github.com/mdlayher/apcupsd_exporter && \ + git clone https://github.com/mdlayher/apcupsd_exporter && \ go build -o /go/bin/apcupsd_exporter FROM alpine:latest