Fix and clean up docker build doc

This commit is contained in:
Griatch 2022-02-05 18:27:18 +01:00
parent ad70e98717
commit 66f5c4ab20
5 changed files with 21 additions and 29 deletions

View file

@ -26,9 +26,9 @@
#
# The evennia/evennia base image is found on DockerHub and can also be used
# as a base for creating your own custom containerized Evennia game. For more
# info, see https://github.com/evennia/evennia/wiki/Running%20Evennia%20in%20Docker .
# info, see https://evennia.com/docs/latest/Setup/Installation-Docker
#
FROM python:3.7-alpine
FROM python:3.10-alpine
LABEL maintainer="www.evennia.com"