📌(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:
@@ -1,4 +1,4 @@
|
||||
FROM node:22.9-alpine AS base
|
||||
FROM node:22-alpine AS base
|
||||
|
||||
# Upgrade system packages to install security updates
|
||||
RUN apk update && \
|
||||
|
||||
Reference in New Issue
Block a user