Use python:3-alpine

pull/1076/head
dpavlov 3 years ago
parent f76e2959ef
commit 8fa6d7aa94

@ -1,5 +1,5 @@
# use latest python alphine image.
FROM python:alpine3.13
FROM python:3-alpine
# install system dependencies.
RUN apk update && apk add --no-cache \

Loading…
Cancel
Save