diff --git a/Dockerfile b/Dockerfile index c739556..4818076 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM dockerproxy.com/mattermost/mattermost-enterprise-edition:latest as base +FROM mattermost/mattermost-enterprise-edition:latest as base -FROM dockerproxy.com/library/python:3.10-alpine3.14 as replacer +FROM python:3.10-alpine3.14 as replacer COPY --from=base /mattermost/bin/mmctl /mmctl COPY --from=base /mattermost/bin/mattermost /mattermost