Skip to content

Commit 614a69c

Browse files
Update hocuspocus image to openproject/hocuspocus:17.3.0
1 parent ed6c781 commit 614a69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ENV PGDATA=/var/openproject/pgdata
141141
COPY --from=openproject/gosu /go/bin/gosu /usr/local/bin/gosu
142142
RUN chmod +x /usr/local/bin/gosu && gosu nobody true
143143

144-
COPY --from=openproject/hocuspocus:17.2.3 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
144+
COPY --from=openproject/hocuspocus:17.3.0 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
145145
# Keep node/npm in all-in-one for bundled hocuspocus even when BIM support is disabled.
146146
COPY --from=build-base /usr/local/bin/node /usr/local/bin/node
147147
COPY --from=build-base /usr/local/lib/node_modules /usr/local/lib/node_modules

0 commit comments

Comments
 (0)