Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 7253bf8 commit 3448537
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.11.5-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 3448537

Please sign in to comment.