Skip to content

Commit

Permalink
Fix nodejs version in example image. Downgrade to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog committed Oct 17, 2024
1 parent 3e86d67 commit b0de4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ RUN mkdir -p \
USER ds
ENTRYPOINT dumb-init docker-entrypoint.sh /var/www/$COMPANY_NAME/documentserver/server/FileConverter/converter

FROM node:alpine3.19 AS example
FROM node:20-alpine3.19 AS example
LABEL maintainer Ascensio System SIA <[email protected]>

ENV LANG=en_US.UTF-8 \
Expand Down

0 comments on commit b0de4ab

Please sign in to comment.