Update Docker image to Alpine 3.15

This commit is contained in:
Tulir Asokan 2022-03-25 20:47:26 +02:00
parent 58fedc7e8c
commit 91e7d80b29
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.15
RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \