Skip to content

Commit 6a56645

Browse files
ci(deps): update dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | docker | node | 22.9.0 | 22.17.0 |
1 parent 5e46f91 commit 6a56645

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.17.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:20cc3c332d30302b423ce036dcd7e5463884bc6ba1f867184a5b375a9aa1ebae 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)