Skip to content

Commit

Permalink
Merge pull request #12 from jordipuigbou/dependabot/docker/crud/tests…
Browse files Browse the repository at this point in the history
…/python-3.12.1-slim-bullseye

chore(deps): bump python from 3.12.0-slim-bullseye to 3.12.1-slim-bullseye in /crud/tests
  • Loading branch information
jordipuigbou authored Dec 12, 2023
2 parents 4fd6d2d + 7a5bf1a commit 0ef23bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crud/tests/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 0ef23bc

Please sign in to comment.