0.85.0 (#23)
Build / Build [amd64] (push) Has been cancelled
Build / Build [arm64] (push) Has been cancelled
Build / Publish (push) Has been cancelled

* bump outline to v0.85.0

* bump Node version in Dockerfile

* use new OIDC_ISSUER_URL in docker-compose.yml (v0.85.0)

* update translations

* update the workflow

* update readme
This commit is contained in:
Evgeny
2025-07-04 14:14:52 +05:00
committed by GitHub
parent cf2d26b011
commit d22c3ab04c
6 changed files with 130 additions and 111 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
ARG APP_PATH=/opt/outline
ARG SRC_PATH=./outline
FROM node:20 AS deps
ARG APP_PATH
ARG SRC_PATH
@@ -30,7 +28,7 @@ COPY ./tools/translation.json ./shared/i18n/locales/ru_RU/translation.json
ARG CDN_URL
RUN yarn build && rm -rf node_modules
FROM node:20-slim AS release
FROM node:22-slim AS release
ARG APP_PATH
ARG SRC_PATH
WORKDIR $APP_PATH