1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-31 03:43:46 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2023-05-27 17:41:15 +02:00
commit aa4befa429
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -18,7 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
FROM python:3.11.0-alpine3.17
FROM python:3.11-alpine3.18
# Build-time flags
ARG WITH_PLUGINS=true
@ -54,6 +54,8 @@ RUN \
gcc \
libffi-dev \
musl-dev \
&& \
pip install --no-cache-dir --upgrade pip \
&& \
pip install --no-cache-dir . \
&& \