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
Burt Holzman 2022-02-10 09:42:35 -06:00
rodzic e40242c067
commit 41f3478331
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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