Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Nov 5, 2024
1 parent e2b23c2 commit b704af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM --platform=$TARGETPLATFORM python:3.9.15-slim-bullseye AS base
FROM --platform=$TARGETPLATFORM python:3.12.7-slim-bookworm AS base
ENV DEBIAN_FRONTEND "noninteractive"
RUN --mount=type=tmpfs,target=/root/.cargo apt update \
&& apt full-upgrade -y \
Expand All @@ -14,7 +14,7 @@ RUN --mount=type=tmpfs,target=/root/.cargo apt update \
python3-grpcio python3-grpc-tools \
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
&& export PATH="$HOME/.cargo/bin:$PATH" \
&& pip3 install mitmproxy google-cloud-pubsub protobuf --no-binary=grpcio \
&& pip3 install mitmproxy==11.0.0 google-cloud-pubsub==2.26.1 protobuf==5.28.2 msgpack==1.1.0 --no-binary=grpcio \
&& apt purge -y build-essential gosu \
&& apt autoremove -y \
&& apt clean -y \
Expand Down

0 comments on commit b704af8

Please sign in to comment.