Skip to content

Commit a2b5bf3

Browse files
chore(deps): update python:3.13 docker digest to e3424ac
1 parent 009d58c commit a2b5bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)