From 20da6ab122a9fd51e555309d8f87bf3c49a968ee Mon Sep 17 00:00:00 2001 From: Jesus Date: Tue, 21 Jun 2022 09:12:32 +0800 Subject: Add support for anothers OCI --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Dockerfile b/core/Dockerfile index 0a94b6e..e214cda 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine AS base +FROM index.docker.io/python:3-alpine AS base LABEL MAINTAINER="heckyel@riseup.net" # Image to Build Dependencies -- cgit v1.2.3