Skip to content

Commit

Permalink
Merge pull request #13 from jordipuigbou/dependabot/docker/apis/pytho…
Browse files Browse the repository at this point in the history
…n-3.12.1-slim-bullseye

chore(deps): bump python from 3.12.0-slim-bullseye to 3.12.1-slim-bullseye in /apis
  • Loading branch information
jordipuigbou authored Dec 12, 2023
2 parents acd3ec1 + 330bf65 commit 4fd6d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.0-slim-bullseye
FROM python:3.12.1-slim-bullseye

COPY ./requirements.txt /root/requirements.txt
RUN pip install -r /root/requirements.txt
Expand Down

0 comments on commit 4fd6d2d

Please sign in to comment.