Skip to content

Commit

Permalink
Release 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 3091d15 commit 62deca6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.6.jar
$ java -Xmx32M -jar reposilite-3.4.7.jar

# Using the official Docker image
$ docker pull dzikoysk/reposilite:3.4.6
$ docker pull dzikoysk/reposilite:3.4.7

# Using the official Helm chart
$ helm repo add reposilite https://helm.reposilite.com/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
#
# To build from sources:
#
# image: reposilite:3.4.6
# image: reposilite:3.4.7
# build:
# context: .
# dockerfile: Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reposilite-frontend",
"version": "3.4.6",
"version": "3.4.7",
"repository": "https://github.com/dzikoysk/reposilite",
"license": "Apache-2.0",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions reposilite-site/data/guides/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.6
$ docker pull dzikoysk/reposilite:3.4.6
# released builds, e.g. 3.4.7
$ docker pull dzikoysk/reposilite:3.4.7

# nightly builds
$ docker pull dzikoysk/reposilite:nightly
Expand All @@ -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.4.6
$ docker pull ghcr.io/dzikoysk/reposilite:3.4.6
# released builds, e.g. 3.4.7
$ docker pull ghcr.io/dzikoysk/reposilite:3.4.7

# nightly builds
$ docker pull ghcr.io/dzikoysk/reposilite:nightly
Expand Down

0 comments on commit 62deca6

Please sign in to comment.