Skip to content

Commit

Permalink
feat(core): bump syncthing to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Nov 24, 2023
1 parent 786f843 commit c7dcbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.25.0" \
SYNCTHING_VERSION="1.26.1" \
SYNCTHING_ARCH="amd64"

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion 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.25.0` ([Dockerfile](./Dockerfile))
* `latest`, `v1.26.1` ([Dockerfile](./Dockerfile))

## Usage

Expand Down

0 comments on commit c7dcbe3

Please sign in to comment.