Skip to content

Commit

Permalink
Pin alpine version
Browse files Browse the repository at this point in the history
The new version had a new version of py3-opencv that used python 3.11
  • Loading branch information
nfaltermeier committed Jun 6, 2023
1 parent 5351a76 commit 0571672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-arm32v6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based off of https://github.com/minimaxir/gpt-2-cloud-run/blob/master/Dockerfile
FROM arm32v6/python:3.10-alpine
FROM arm32v6/python:3.10-alpine3.17

RUN apk update && apk add gcc musl-dev py3-opencv zlib-dev jpeg-dev

Expand Down

0 comments on commit 0571672

Please sign in to comment.