kopia lustrzana https://github.com/jupyterhub/repo2docker
Update Dockerfile to current Alpine (ALPINE_VERSION=3.15.0)
In order to use podman as a backend for repo2docker (a la https://github.com/manics/repo2podman), a minimum version of Alpine 3.14 is needed.pull/1136/head
rodzic
e40242c067
commit
41f3478331
|
@ -1,4 +1,4 @@
|
|||
ARG ALPINE_VERSION=3.12.0
|
||||
ARG ALPINE_VERSION=3.15.0
|
||||
FROM alpine:${ALPINE_VERSION}
|
||||
|
||||
RUN apk add --no-cache git python3 python3-dev py-pip build-base
|
||||
|
|
Ładowanie…
Reference in New Issue