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 aa47c9d commit 8edf9ccCopy full SHA for 8edf9cc
dockerfiles/altair/Dockerfile
@@ -2,12 +2,12 @@
2
# Format: {COMPONENT}_VERSION="x.y.z" with standardized renovate comments
3
4
# renovate: datasource=docker depName=node
5
-ARG NODE_VERSION="22.9.0"
+ARG NODE_VERSION="22.15.0"
6
# renovate: datasource=git-refs depName=altair-graphql/altair
7
ARG ALTAIR_VERSION="8.1.3"
8
9
# First stage: Clone the Altair repository
10
-FROM alpine/git AS repo
+FROM alpine/git@sha256:0ab86d3dcca6ee5cf3d6677eab1d1bde5b5525f533ea6b91f3213813d6c0085d AS repo
11
WORKDIR /altair
12
ARG ALTAIR_VERSION
13
RUN git clone --depth 1 --branch v${ALTAIR_VERSION} https://github.com/altair-graphql/altair.git .
0 commit comments