Update file Dockerfile
This commit is contained in:
@@ -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/mmctl /mmctl
|
||||||
COPY --from=base /mattermost/bin/mattermost /mattermost
|
COPY --from=base /mattermost/bin/mattermost /mattermost
|
||||||
|
|||||||
Reference in New Issue
Block a user