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