Skip to content

Commit

Permalink
Update docs-example base image (#104)
Browse files Browse the repository at this point in the history
That commit also will be fix CVE-2022-48541
  • Loading branch information
danilapog authored Jan 24, 2024
1 parent 546c304 commit 6173cff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ RUN mkdir -p \
USER ds
ENTRYPOINT docker-entrypoint.sh /var/www/$COMPANY_NAME/documentserver/server/FileConverter/converter

FROM node:buster AS example
FROM node:lts-buster-slim AS example
LABEL maintainer Ascensio System SIA <[email protected]>

ENV LANG=en_US.UTF-8 \
Expand All @@ -215,7 +215,9 @@ ENV LANG=en_US.UTF-8 \

WORKDIR /var/www/onlyoffice/documentserver-example/

RUN git clone \
RUN apt update -y && \
apt install git -y && \
git clone \
--depth 1 \
--recurse-submodules \
https://github.com/ONLYOFFICE/document-server-integration.git && \
Expand Down

0 comments on commit 6173cff

Please sign in to comment.