Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/crud/tests/python-3.12.4-s…
Browse files Browse the repository at this point in the history
…lim-bullseye
  • Loading branch information
jordipuigbou authored Jun 10, 2024
2 parents c3e645d + 1d743ed commit ed37a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim-bullseye
FROM python:3.12.4-slim-bullseye

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

0 comments on commit ed37a23

Please sign in to comment.