Use alpine:edge to have up-to-date py packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-28 13:41:42 +01:00
parent 106f59afa1
commit 2a7a1b83ec
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:edge
ADD . /app