We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393e7a0 commit d2a12baCopy full SHA for d2a12ba
CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+### Changed
12
+
13
+- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
14
15
## [3.3.0] - 2025-05-06
16
17
### Added
src/frontend/servers/y-provider/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.9-alpine AS base
+FROM node:22-alpine AS base
2
3
# Upgrade system packages to install security updates
4
RUN apk update && \
0 commit comments