Update Docker image to be based on latest Python and Alpine

This commit is contained in:
squidfunk 2021-03-28 12:44:56 +02:00
parent f43ef69ee5
commit 56e8162a0e

View File

@ -18,13 +18,13 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
FROM python:3.8.7-alpine3.12
FROM python:3.9.2-alpine3.13
# Build-time flags
ARG WITH_PLUGINS=true
# Environment variables
ENV PACKAGES=/usr/local/lib/python3.8/site-packages
ENV PACKAGES=/usr/local/lib/python3.9/site-packages
ENV PYTHONDONTWRITEBYTECODE=1
# Set build directory