Skip to content

Commit

Permalink
feat(core): bump syncthing to 1.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Aug 22, 2023
1 parent 0b4f0db commit 5b96b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV SYNCTHING_USER="syncthing" \

ENV SYNCTHING_GPG_KEY1="49F5AEC0BCE524C7" \
SYNCTHING_GPG_KEY2="D26E6ED000654A3E" \
SYNCTHING_VERSION="1.23.5" \
SYNCTHING_VERSION="1.23.7" \
SYNCTHING_ARCH="amd64"

RUN set -x \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Following arch are missing tests:
## Available image tags

* [nventiveux/syncthing](https://hub.docker.com/r/nventiveux/syncthing)
* `latest`, `v1.23.5` ([Dockerfile](./Dockerfile))
* `latest`, `v1.23.7` ([Dockerfile](./Dockerfile))

## Usage

Expand Down Expand Up @@ -103,7 +103,7 @@ make install

Tweak `Dockerfile` to your convenience.

**Note**: if you are upgrading Syncthing to a newer version, also [sync the config file version](https://github.com/syncthing/syncthing/blob/main/lib/config/config.go#L31) !
**Note**: if you are upgrading Syncthing to a newer version, also [sync the config file version](https://github.com/syncthing/syncthing/blob/main/lib/config/config.go#L33) !

Commit changes and submit a **Pull Request**.

Expand Down

0 comments on commit 5b96b15

Please sign in to comment.