mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-06-13 04:05:10 +03:00
0.85.0 (#23)
Build / Build [amd64] (push) Has been cancelled
Build / Build [arm64] (push) Has been cancelled
Build / Publish (push) Has been cancelled
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:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user