From 97b9fa110044b878e456b9281f5c05c92b7c9854 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Fri, 1 Nov 2024 00:00:09 +0100 Subject: [PATCH] Fix typos --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517a4d05..3e09a849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.8.0](https://github.com/thomiceli/opengist/compare/v1.7.5...v1.8.0) - 2024-09-12 +## [1.8.0](https://github.com/thomiceli/opengist/compare/v1.7.5...v1.8.0) - 2024-10-31 See here how to [update](https://opengist.io/docs/update) Opengist. ### 🔴 Deprecations diff --git a/README.md b/README.md index 384e5d40..b299777a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It is similar to [GitHub Gist](https://gist.github.com/), but open-source and co Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release : ```shell -docker pull ghcr.io/thomiceli/opengist:1.7 +docker pull ghcr.io/thomiceli/opengist:1.8 ``` It can be used in a `docker-compose.yml` file : @@ -49,7 +49,7 @@ It can be used in a `docker-compose.yml` file : ```yml services: opengist: - image: ghcr.io/thomiceli/opengist:1.7 + image: ghcr.io/thomiceli/opengist:1.8 container_name: opengist restart: unless-stopped ports: