Skip to content

Commit 57deb55

Browse files
ci(deps): update dependencies
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | docker | node | 22.9.0 | 22.17.1 |
1 parent 8fc1f74 commit 57deb55

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.1"
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:18b834b04cd81f222440637a2fdf5d190a6e420cae2199199f691e902dace863 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)