@@ -37,7 +37,7 @@ x-python-vars: &python-vars
3737
3838services :
3939 database :
40- image : postgres:15
40+ image : postgres:15@sha256:b8e11f8a8b383e19589a086a78b10f9ca69a39d6c9dcdd9342a8697544e8b3a0
4141 container_name : database
4242 environment :
4343 << : *postgres-vars
@@ -47,7 +47,7 @@ services:
4747
4848 migrations-go :
4949 profiles : ["go", "all"]
50- image : flyway/flyway:9-alpine
50+ image : flyway/flyway:9-alpine@sha256:966538712a19b0f79ac24344d1373c8cc5e405427ec4b93a6d9e827c821bba8f
5151 container_name : migrations-go
5252 command : info migrate info
5353 volumes : ["./backend-go/db/migrations:/flyway/sql:ro"]
@@ -60,7 +60,7 @@ services:
6060
6161 migrations-py :
6262 profiles : ["python", "all"]
63- image : flyway/flyway:9-alpine
63+ image : flyway/flyway:9-alpine@sha256:966538712a19b0f79ac24344d1373c8cc5e405427ec4b93a6d9e827c821bba8f
6464 container_name : migrations-py
6565 command : info migrate info
6666 volumes : ["./backend-py/db/migrations:/flyway/sql:ro"]
@@ -89,7 +89,7 @@ services:
8989
9090 backend-py-model-generator :
9191 profiles : ["python", "all"]
92- image : python:3.11-slim-buster # DO NOT change, as it breaks the module.
92+ image : python:3.11-slim-buster@sha256:c46b0ae5728c2247b99903098ade3176a58e274d9c7d2efeaaab3e0621a53935 # DO NOT change, as it breaks the module.
9393 container_name : backend-py-model-generator
9494 environment :
9595 << : *postgres-vars
@@ -103,7 +103,7 @@ services:
103103
104104 backend-py :
105105 profiles : ["python", "all"]
106- image : python:3.13
106+ image : python:3.13@sha256:3abe339a3bc81ffabcecf9393445594124de6420b3cfddf248c52b1115218f04
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
122+ image : python:3.13@sha256:3abe339a3bc81ffabcecf9393445594124de6420b3cfddf248c52b1115218f04
123123 container_name : backend-py-test
124124 entrypoint : /application/run-unit-tests.sh
125125 volumes : ["./backend-py:/application", "/application/.venv"]
0 commit comments