diff --git a/.github/README.md b/.github/README.md index cdd4cdf95..1ffaaaae5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -56,10 +56,10 @@ For huge public repositories you can adjust memory limit and even size of used t ```bash # Launching a standalone JAR file -$ java -Xmx32M -jar reposilite-3.5.0.jar +$ java -Xmx32M -jar reposilite-3.5.1.jar # Using the official Docker image -$ docker pull dzikoysk/reposilite:3.5.0 +$ docker pull dzikoysk/reposilite:3.5.1 # Using the official Helm chart $ helm repo add reposilite https://helm.reposilite.com/ diff --git a/docker-compose.yml b/docker-compose.yml index 263388eba..1a769d553 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: # # To build from sources: # - # image: reposilite:3.5.0 + # image: reposilite:3.5.1 # build: # context: . # dockerfile: Dockerfile diff --git a/reposilite-site/data/guides/installation/docker.md b/reposilite-site/data/guides/installation/docker.md index 7d17fa4b9..17cccac43 100644 --- a/reposilite-site/data/guides/installation/docker.md +++ b/reposilite-site/data/guides/installation/docker.md @@ -15,8 +15,8 @@ There are three different types of tags used on the Docker images: First of all, you have to pull the image from Docker Hub: ```bash -# released builds, e.g. 3.5.0 -$ docker pull dzikoysk/reposilite:3.5.0 +# released builds, e.g. 3.5.1 +$ docker pull dzikoysk/reposilite:3.5.1 # nightly builds $ docker pull dzikoysk/reposilite:nightly @@ -25,8 +25,8 @@ $ docker pull dzikoysk/reposilite:nightly Or from the [GitHub Container Registry](https://github.com/features/packages) (useful if you have been rate limited on Docker Hub): ```bash -# released builds, e.g. 3.5.0 -$ docker pull ghcr.io/dzikoysk/reposilite:3.5.0 +# released builds, e.g. 3.5.1 +$ docker pull ghcr.io/dzikoysk/reposilite:3.5.1 # nightly builds $ docker pull ghcr.io/dzikoysk/reposilite:nightly