From e5643353248631190c5bcca2b091ad117431c866 Mon Sep 17 00:00:00 2001 From: adbagio Date: Fri, 24 May 2024 07:50:39 +0000 Subject: [PATCH] Docker installation detail fixes (#643) Updates and fixes version descriptions for the latest Forgejo Docker image. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/643 Reviewed-by: Earl Warren Co-authored-by: adbagio Co-committed-by: adbagio (cherry picked from commit cd43c8b018d5e5b616d76770aed8a29b1fb90736) --- docs/admin/installation-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/installation-docker.md b/docs/admin/installation-docker.md index 2acc80ae..18df75a7 100644 --- a/docs/admin/installation-docker.md +++ b/docs/admin/installation-docker.md @@ -6,12 +6,12 @@ license: 'CC-BY-SA-4.0' Forgejo provides [container images](https://codeberg.org/forgejo/-/packages/container/forgejo/versions) for use with Docker or other containerization tools. ```shell -docker pull codeberg.org/forgejo/forgejo:7.0.0 +docker pull codeberg.org/forgejo/forgejo:7.0.3 ``` If `codeberg.org` can not be accessed you can replace every mention of `codeberg.org` with `code.forgejo.org` to use our mirror. -The **7** tag is set to be the latest minor release, starting with **7.0.0**. The **7** tag will then be equal to **7.0.0** when it is released and so on. +The **7** tag is set to be the latest minor release, starting with **7.0.3**. The **7** tag will then be equal to **7.0.3** when it is released and so on. Upgrading from **X** to **X+1** (for instance from **7** to **8**) requires a [manual operation and human verification](../upgrade/). However it is possible to use the **X** tag (for instance **7**) to get the latest minor release automatically.