Skip to content

Commit 599f1ff

Browse files
committed
Merge branch 'main' into intellisense-for-yaml-editor
2 parents 1bdd114 + e95cce8 commit 599f1ff

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm prune --omit=dev
1818

1919

2020
# PRODUCTION STAGE
21-
FROM gcr.io/distroless/nodejs24-debian12@sha256:ac05a8febf24b547f09068149fcd6a071f69629cb2148b6f707a157e7f4c6306 AS production
21+
FROM gcr.io/distroless/nodejs24-debian12@sha256:1eb863ed9b3276bdff6030942999343fe287e7e50ddd8742d1d20668d1cb0ece AS production
2222
WORKDIR /usr/src/app
2323

2424
# Copy built files

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"graphql-config": "5.1.5",
6060
"i18next": "25.6.1",
6161
"javascript-time-ago": "2.5.12",
62-
"js-yaml": "4.1.0",
62+
"js-yaml": "4.1.1",
6363
"monaco-editor": "0.54.0",
6464
"monaco-yaml": "5.4.0",
6565
"path-browserify": "1.0.1",

0 commit comments

Comments
 (0)