Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent 125a00a commit 96d9d57
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 @@ -10,7 +10,7 @@ WORKDIR /code
COPY ./*.sh ./
RUN shellcheck -e SC1091,SC1090 ./*.sh

FROM python:3.11.4-bullseye AS restore
FROM python:3.12.0-bullseye AS restore
WORKDIR /code
COPY ./requirements.txt ./requirements.txt
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
Expand Down

0 comments on commit 96d9d57

Please sign in to comment.