Skip to content

Commit d2a12ba

Browse files
committed
📌(yjs) stop pinning node to minor version on yjs docker image
We want to build the yjs image with the latest minor version in order to avoid outdated images.
1 parent 393e7a0 commit d2a12ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
14+
1115
## [3.3.0] - 2025-05-06
1216

1317
### Added

src/frontend/servers/y-provider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.9-alpine AS base
1+
FROM node:22-alpine AS base
22

33
# Upgrade system packages to install security updates
44
RUN apk update && \

0 commit comments

Comments
 (0)