Skip to content

Commit

Permalink
feat: bump version to 1.27.6
Browse files Browse the repository at this point in the history
Signed-off-by: wilmarguida <[email protected]>
  • Loading branch information
wilmardo committed Apr 9, 2024
1 parent 9858b5b commit 1354984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20-alpine as builder
FROM golang:1.22-alpine as builder

# https://github.com/syncthing/syncthing/releases
ENV VERSION=v1.23.6
ENV VERSION=v1.27.6

# Add unprivileged user
RUN echo "syncthing:x:1000:1000:syncthing:/:" > /etc_passwd
Expand Down

0 comments on commit 1354984

Please sign in to comment.