From 0b4be1a2c9d099af13943dd9845e1cbc08445b9a Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 17 Aug 2021 15:14:27 +0100 Subject: [PATCH] Update Dockerfile Fixed statping-ng base container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 922c76c5..05c090ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aboutcher/statping-ng:base AS base +FROM adamboutcher/statping-ng:base AS base ARG BUILDPLATFORM # Statping main Docker image that contains all required libraries FROM alpine:latest