📌(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.
This commit is contained in:
@@ -14,6 +14,7 @@ and this project adheres to
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- 📌(yjs) stop pinning node to minor version on yjs docker image #1005
|
||||||
- 🧑💻(docker) add .next to .dockerignore #1055
|
- 🧑💻(docker) add .next to .dockerignore #1055
|
||||||
- 🧑💻(docker) handle frontend development images with docker compose #1033
|
- 🧑💻(docker) handle frontend development images with docker compose #1033
|
||||||
- 🧑💻(docker) add y-provider config to development environment #1057
|
- 🧑💻(docker) add y-provider config to development environment #1057
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22.9-alpine AS base
|
FROM node:22-alpine AS base
|
||||||
|
|
||||||
# Upgrade system packages to install security updates
|
# Upgrade system packages to install security updates
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
|||||||
Reference in New Issue
Block a user