Skip to content

Commit a069785

Browse files
chore(deps): update config-no-service
| datasource | package | from | to | | ---------- | ---------- | ------- | ------ | | docker | grafana/k6 | 1.7.1 | 2.2.0 | | docker | node | 23.11.1 | 24.1.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 25a92a1 commit a069785

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ services:
170170
command: ["server"]
171171

172172
k6:
173-
image: grafana/k6:1.7.1
173+
image: grafana/k6:2.2.0@sha256:9bd01d6941fca969cb61bb57d2da5ee9b385fe2aa8881df3798c196564d6ace6
174174
volumes:
175175
- "./k6:/scripts"
176176
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ services:
205205
command: ["server"]
206206

207207
k6:
208-
image: grafana/k6:1.7.1
208+
image: grafana/k6:2.2.0@sha256:9bd01d6941fca969cb61bb57d2da5ee9b385fe2aa8881df3798c196564d6ace6
209209
volumes:
210210
- "./k6:/scripts"
211211
environment:

source/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG SERVICE
44

55
WORKDIR /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
2626
ARG SERVICE
2727

2828
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)