Skip to content

Commit

Permalink
FROM python:3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov authored Oct 16, 2023
1 parent a93df0a commit bfb2aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-buster
FROM python:3.12

ARG BUILDX_QEMU_ENV

Expand All @@ -12,7 +12,7 @@ RUN pip install --upgrade pip

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-install-recommends \
gcc-12 \
gcc \
libffi-dev \
rustc \
zlib1g-dev \
Expand All @@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
make \
automake \
ninja-build \
g++-12 \
g++ \
subversion \
python3-dev \
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
Expand Down

0 comments on commit bfb2aa5

Please sign in to comment.