Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Oct 3, 2023
1 parent 0a78ab8 commit 2475df1
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
Expand Up @@ -17,7 +17,7 @@ COPY requirements.txt requirements.txt
# grpcio has to be installed from cache
# hadolint ignore=DL3042,DL3018
RUN apk add --no-cache \
python3=3.10.12-r0 \
python3=3.10.13-r0 \
py3-grpcio=1.50.1-r0 \
gcompat=1.1.0-r0 \
i2c-tools=4.3-r1 && \
Expand Down

0 comments on commit 2475df1

Please sign in to comment.