Skip to content

Commit 9d419eb

Browse files
chore(deps): pin dependencies (#4513)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ded59af commit 9d419eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/pyroscope/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM gcr.io/distroless/static:debug AS debug
1+
FROM gcr.io/distroless/static:debug@sha256:c7f818f4678fe4ceb0412a370e8e41ca373d5dde25039b84f9cccb72ef558542 AS debug
22

33
SHELL [ "/busybox/sh", "-c" ]
44

55
RUN addgroup -g 10001 -S pyroscope && \
66
adduser -u 10001 -S pyroscope -G pyroscope -h /data
77

8-
FROM gcr.io/distroless/static
8+
FROM gcr.io/distroless/static@sha256:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c
99

1010
COPY --from=debug /etc/passwd /etc/passwd
1111
COPY --from=debug /etc/group /etc/group

cmd/pyroscope/debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/static:debug
1+
FROM gcr.io/distroless/static:debug@sha256:c7f818f4678fe4ceb0412a370e8e41ca373d5dde25039b84f9cccb72ef558542
22

33
SHELL [ "/busybox/sh", "-c" ]
44

cmd/pyroscope/frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24@sha256:4e87fa2c1aa4a31edfa4092cc50428e86bf129e5bb528e2b3bbc8661e2038339 AS builder
1+
FROM node:24@sha256:377f1c17906eb5a145c34000247faa486bece16386b77eedd5a236335025c2ef AS builder
22

33
WORKDIR /pyroscope
44
COPY yarn.lock package.json tsconfig.json ./

0 commit comments

Comments
 (0)