File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141
4242 # A postgres DB used to store data by the API server microservice.
4343 mythical-database :
44- image : postgres:14.5
44+ image : postgres:18.4@sha256:a02db8cac496f15b094798a38254f14d6e00741f709360e5e00bb6668ea31636
4545 restart : always
4646 environment :
4747 POSTGRES_PASSWORD : " mythical"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747
4848 # A postgres DB used to store data by the API server microservice.
4949 mythical-database :
50- image : postgres:14.5
50+ image : postgres:18.4@sha256:a02db8cac496f15b094798a38254f14d6e00741f709360e5e00bb6668ea31636
5151 restart : always
5252 environment :
5353 POSTGRES_PASSWORD : " mythical"
@@ -170,7 +170,7 @@ services:
170170 command : ["server"]
171171
172172 k6 :
173- image : grafana/k6:1.7.1
173+ image : grafana/k6:2.1.0@sha256:65c920dc067d5e2e00befbf982af6ad6ad0117034e8b1c65817c7975c52d4669
174174 volumes :
175175 - " ./k6:/scripts"
176176 environment :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
5656
5757 # A postgres DB used to store data by the API server microservice.
5858 mythical-database :
59- image : postgres:14.5
59+ image : postgres:18.4@sha256:a02db8cac496f15b094798a38254f14d6e00741f709360e5e00bb6668ea31636
6060 restart : always
6161 environment :
6262 POSTGRES_PASSWORD : " mythical"
@@ -205,7 +205,7 @@ services:
205205 command : ["server"]
206206
207207 k6 :
208- image : grafana/k6:1.7.1
208+ image : grafana/k6:2.1.0@sha256:65c920dc067d5e2e00befbf982af6ad6ad0117034e8b1c65817c7975c52d4669
209209 volumes :
210210 - " ./k6:/scripts"
211211 environment :
Original file line number Diff line number Diff line change 11# Multistage build - allows for smaller final images post Python build
2- FROM node:23 -alpine3.20 AS builder
2+ FROM node:24 -alpine3.20@sha256:8fe019e0d57dbdce5f5c27c0b63d2775cf34b00e3755a7dea969802d7e0c2b25 AS builder
33ARG SERVICE
44
55WORKDIR /usr/src/app
@@ -22,7 +22,7 @@ RUN npm install --production \
2222 && rm -rf /tmp/*
2323
2424# Create a slimmer image using the built node_modules
25- FROM node:23 -alpine3.20
25+ FROM node:24 -alpine3.20@sha256:8fe019e0d57dbdce5f5c27c0b63d2775cf34b00e3755a7dea969802d7e0c2b25
2626ARG SERVICE
2727
2828WORKDIR /usr/src/app
You can’t perform that action at this time.
0 commit comments