bump version to 1.7.1

This commit is contained in:
flameshikari
2026-05-04 10:22:47 +05:00
parent f22d5952bb
commit a81bd3bd17
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -20,8 +20,8 @@
```yaml ```yaml
services: services:
outline: outline:
image: flameshikari/outline-ru:1.7.0 image: flameshikari/outline-ru:1.7.1
# image: ghcr.io/flameshikari/outline-ru:1.7.0 # image: ghcr.io/flameshikari/outline-ru:1.7.1
env_file: ./docker.env env_file: ./docker.env
expose: expose:
- 3000 - 3000
@@ -93,7 +93,7 @@ services:
2. Пулл изменений в подмодуле и переключение на последний доступный тег: 2. Пулл изменений в подмодуле и переключение на последний доступный тег:
```sh ```sh
git submodule foreach 'git pull --rebase --tags && git checkout v1.7.0' git submodule foreach 'git pull --rebase --tags && git checkout v1.7.1'
``` ```
3. Запуск контейнеров: 3. Запуск контейнеров:
+1 -1
Submodule outline updated: 568b4ac074...04a13de0e7