Skip to content

Commit ce7e9df

Browse files
ci(deps): update dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | docker | node | 22.9.0 | 22.18.0 |
1 parent beee5ff commit ce7e9df

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.18.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:14e9c396ade2cb0c5b258e7ccd622c47c953009ec93b9f13b78b081b8f5abc6a 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)