From e5db940c43ab69236bf51e2b4000a57414d95af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20=20Miguel=20R=C3=BAa=20Guti=C3=A9rrez?= <juanmiguel.rua.dev@gmail.com> Date: Fri, 8 May 2020 13:10:49 +0000 Subject: [PATCH] Update the version of the image from python:alpine to python:3.8-buster in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782dc2c..fda19ac 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project's static Pages are built by [GitLab CI][ci], following the steps defined in [`.gitlab-ci.yml`](.gitlab-ci.yml): ``` -image: python:alpine +image: python:3.8-buster before_script: - pip install mkdocs -- GitLab