File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ services:
103103
104104 backend-py :
105105 profiles : ["python", "all"]
106- image : python:3.13@sha256:653b0cf8fc50366277a21657209ddd54edd125499d20f3520c6b277eb8c828d3
106+ image : python:3.13@sha256:e3424acce37cdb1d7f885b2d13c14a550a0b6b96ff8a58d2a08883f3f865fd1e
107107 container_name : backend-py
108108 entrypoint : /application/start-local.sh
109109 volumes : ["./backend-py:/application", "/application/.venv"]
@@ -119,7 +119,7 @@ services:
119119
120120 backend-py-test :
121121 profiles : ["python", "all"]
122- image : python:3.13@sha256:653b0cf8fc50366277a21657209ddd54edd125499d20f3520c6b277eb8c828d3
122+ image : python:3.13@sha256:e3424acce37cdb1d7f885b2d13c14a550a0b6b96ff8a58d2a08883f3f865fd1e
123123 container_name : backend-py-test
124124 entrypoint : /application/run-unit-tests.sh
125125 volumes : ["./backend-py:/application", "/application/.venv"]
You can’t perform that action at this time.
0 commit comments