1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-23 19:08:25 +02:00

Update Dockerfile to latest alpine

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-05-27 14:59:02 +02:00
parent f84725d4fc
commit e0b3022be6
No known key found for this signature in database

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.3-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 . \
&& \