Skip to content

Commit

Permalink
Merge branch 'master' into install-googleapis
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Apr 28, 2024
2 parents 894ab20 + dad6fdb commit 108519e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM alpine:3.18
FROM alpine:3.19

# Install interpreter languages and tools
RUN --mount=type=cache,target=/etc/apk/cache,id=apk \
Expand Down Expand Up @@ -50,7 +50,7 @@ COPY requirements.txt /
RUN --mount=type=cache,target=/etc/apk/cache,id=apk \
apk add --no-cache --virtual .builddeps \
py3-pip \
&& python3 -m pip install -r requirements.txt \
&& python3 -m pip install --break-system-packages -r requirements.txt \
&& python3 -m pip show grpcio_tools \
| sed -n 's/^Version: \(.*\)$/python grpcio_tools \1/p' >> /versions \
&& apk del .builddeps
Expand Down
34 changes: 14 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grpcio_tools==1.62.1
grpcio_tools==1.62.2

0 comments on commit 108519e

Please sign in to comment.