We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b783e commit 9dd8322Copy full SHA for 9dd8322
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-trixie AS build
+FROM node:22-trixie@sha256:093113ea41201970b0581e6d16da633a35bca5c71d7f9c2ef2883f56f8c7483b AS build
2
3
WORKDIR /src
4
COPY . ./
@@ -7,7 +7,7 @@ RUN yarn install --pure-lockfile
7
RUN yarn run build
8
RUN rm -rf node_modules/ && yarn install --pure-lockfile --production
9
10
-FROM node:22-trixie AS output_image
+FROM node:22-trixie@sha256:093113ea41201970b0581e6d16da633a35bca5c71d7f9c2ef2883f56f8c7483b AS output_image
11
12
LABEL maintainer="Grafana team <[email protected]>"
13
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/Dockerfile"
0 commit comments