Skip to content

Commit 5f61d51

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

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.16.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:114b8421cb3e384adee24ba9c09124ef51a58b6a4df307470e3dbd9e381d341e 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)