Skip to content

Commit 1dc5d82

Browse files
committed
Bump base image to Python 3.8.17 on Alpine
This fixes install errors because for the old version no wheels are available, and building from source requires rust
1 parent 74f11fa commit 1dc5d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.6-alpine as base
1+
FROM python:3.8.17-alpine as base
22

33
####
44

0 commit comments

Comments
 (0)