diff --git a/.github/README.md b/.github/README.md index 8f7bb4fd4..0e371df36 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 -Xmx16M -jar reposilite-3.0.0-alpha.3.jar +$ java -Xmx16M -jar reposilite-3.0.0-alpha.4.jar # Using a Docker -$ docker pull dzikoysk/reposilite:3.0.0-alpha.3 +$ docker pull dzikoysk/reposilite:3.0.0-alpha.4 ``` Visit official guide to read more about extra parameters and configuration details. diff --git a/docker-compose.yml b/docker-compose.yml index 15382118b..b5393825e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: reposilite: - image: reposilite:3.0.0-alpha.3 + image: reposilite:3.0.0-alpha.4 build: context: . dockerfile: Dockerfile diff --git a/docs/docs/docker.html b/docs/docs/docker.html index 41a4662d8..1fa8a07be 100644 --- a/docs/docs/docker.html +++ b/docs/docs/docker.html @@ -61,7 +61,7 @@

Installation

First of all, you have to pull the image from DockerHub:

-
// released builds, e.g. 3.0.0-alpha.3
+
// released builds, e.g. 3.0.0-alpha.4
 $ docker pull dzikoysk/reposilite:3.0.0-SNAPSHOT
 
 // nightly builds
diff --git a/docs/docs/docker/index.html b/docs/docs/docker/index.html
index 41a4662d8..1fa8a07be 100644
--- a/docs/docs/docker/index.html
+++ b/docs/docs/docker/index.html
@@ -61,7 +61,7 @@
 
 

Installation

First of all, you have to pull the image from DockerHub:

-
// released builds, e.g. 3.0.0-alpha.3
+
// released builds, e.g. 3.0.0-alpha.4
 $ docker pull dzikoysk/reposilite:3.0.0-SNAPSHOT
 
 // nightly builds
diff --git a/reposilite-backend/.run/Reposilite.run.xml b/reposilite-backend/.run/Reposilite.run.xml
index f578e6e73..7fa1dd4fb 100644
--- a/reposilite-backend/.run/Reposilite.run.xml
+++ b/reposilite-backend/.run/Reposilite.run.xml
@@ -5,7 +5,7 @@