Skip to content

Commit

Permalink
Merge branch 'main' into invalid_bytes_in_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz authored Apr 9, 2024
2 parents 9739a0a + f45ae67 commit c11b4e8
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 @@ -36,7 +36,7 @@ FROM builder-py-base as builder-py-3_12
RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
&& /build_python.sh 3.12.2
# ------------------------------------------------------------------------------
FROM python:3.11-slim-bookworm as base
FROM python:3.12-slim-bookworm as base

ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=false
Expand Down

0 comments on commit c11b4e8

Please sign in to comment.