Skip to content

Commit

Permalink
Issue cevoaustralia#218 Switch base image to python:3.6-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoz committed Jan 11, 2022
1 parent 19a48a5 commit 32aa14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM python:3.6-alpine

RUN apk add --update-cache py3-pip ca-certificates py3-certifi py3-lxml\
python3-dev cython cython-dev libusb-dev build-base \
Expand Down

0 comments on commit 32aa14f

Please sign in to comment.