Skip to content

Commit a99c813

Browse files
authored
📌(yjs) stop pinning node to minor version on yjs docker image (#1005)
We want to build the yjs Docker image with the latest minor version in order to avoid outdated images.
1 parent a83902a commit a99c813

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to
1414

1515
### Changed
1616

17+
- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
1718
- 🧑‍💻(docker) add .next to .dockerignore #1055
1819
- 🧑‍💻(docker) handle frontend development images with docker compose #1033
1920
- 🧑‍💻(docker) add y-provider config to development environment #1057

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)