Skip to content

Commit 9dd8322

Browse files
chore(deps): pin node.js to 093113e (#750)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 80b783e commit 9dd8322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-trixie AS build
1+
FROM node:22-trixie@sha256:093113ea41201970b0581e6d16da633a35bca5c71d7f9c2ef2883f56f8c7483b AS build
22

33
WORKDIR /src
44
COPY . ./
@@ -7,7 +7,7 @@ RUN yarn install --pure-lockfile
77
RUN yarn run build
88
RUN rm -rf node_modules/ && yarn install --pure-lockfile --production
99

10-
FROM node:22-trixie AS output_image
10+
FROM node:22-trixie@sha256:093113ea41201970b0581e6d16da633a35bca5c71d7f9c2ef2883f56f8c7483b AS output_image
1111

1212
LABEL maintainer="Grafana team <[email protected]>"
1313
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/Dockerfile"

0 commit comments

Comments
 (0)