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 a83902a commit a99c813Copy full SHA for a99c813
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to
14
15
### Changed
16
17
+- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
18
- 🧑💻(docker) add .next to .dockerignore #1055
19
- 🧑💻(docker) handle frontend development images with docker compose #1033
20
- 🧑💻(docker) add y-provider config to development environment #1057
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