Skip to content

Commit f94c882

Browse files
ci(deps): update dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | docker | node | 22.9.0 | 22.20.0 |
1 parent 750001d commit f94c882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/altair/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Format: {COMPONENT}_VERSION="x.y.z" with standardized renovate comments
33

44
# renovate: datasource=docker depName=node
5-
ARG NODE_VERSION="22.9.0"
5+
ARG NODE_VERSION="22.20.0"
66
# renovate: datasource=git-refs depName=altair-graphql/altair
77
ARG ALTAIR_VERSION="8.1.3"
88

99
# First stage: Clone the Altair repository
10-
FROM alpine/git AS repo
10+
FROM alpine/git@sha256:32a9e8e75ce2f244085b808c932d8287bd1300e4bfecae41a40847f7b64a1a45 AS repo
1111
WORKDIR /altair
1212
ARG ALTAIR_VERSION
1313
RUN git clone --depth 1 --branch v${ALTAIR_VERSION} https://github.com/altair-graphql/altair.git .

0 commit comments

Comments
 (0)