We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6c781 commit 614a69cCopy full SHA for 614a69c
1 file changed
docker/prod/Dockerfile
@@ -141,7 +141,7 @@ ENV PGDATA=/var/openproject/pgdata
141
COPY --from=openproject/gosu /go/bin/gosu /usr/local/bin/gosu
142
RUN chmod +x /usr/local/bin/gosu && gosu nobody true
143
144
-COPY --from=openproject/hocuspocus:17.2.3 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
+COPY --from=openproject/hocuspocus:17.3.0 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
145
# Keep node/npm in all-in-one for bundled hocuspocus even when BIM support is disabled.
146
COPY --from=build-base /usr/local/bin/node /usr/local/bin/node
147
COPY --from=build-base /usr/local/lib/node_modules /usr/local/lib/node_modules
0 commit comments