standalone/Dockerfile: update to latest alpine

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2023-04-28 15:31:00 -06:00
parent 184d6b8eed
commit bf8ae9eb5a
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:3.15
FROM docker.io/alpine:3.17
RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \