Bump alpine version used in Dockerfile

Brings us to latest alpine, and to a newer python
pull/1332/head
YuviPanda 2024-02-03 09:47:08 -08:00
rodzic a20dd1cf97
commit dd9f6ad2de
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.19
FROM alpine:${ALPINE_VERSION}
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base