Update Dockerfile

Fixed statping-ng base container
pull/1045/head
Adam 2021-08-17 15:14:27 +01:00 committed by GitHub
parent 5fa3d43308
commit 0b4be1a2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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