Dockerfile: update alpine from 3.17 to 3.18, and Python 3.10 to 3.11

This seems to resolve https://github.com/jupyterhub/repo2docker-action/issues/113 which seem to stem from an issue in alpine:3.17 that has arisen - maybe it will get fixed over time - but I think this could also do the trick.
pull/1338/head
Erik Sundell 2024-03-24 22:13:42 +01:00 zatwierdzone przez GitHub
rodzic a20dd1cf97
commit 9d3e6b744b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.18
FROM alpine:${ALPINE_VERSION}
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base