Skip to content

Commit

Permalink
chore: update to 1.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <[email protected]>
  • Loading branch information
wilmardo committed Feb 8, 2022
1 parent 5096fd3 commit d434128
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.17.3-alpine3.15 as builder
FROM golang:1.17.6-alpine3.15 as builder

# https://github.com/syncthing/syncthing/releases
ENV VERSION=v1.18.6
ENV VERSION=v1.19.0

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

0 comments on commit d434128

Please sign in to comment.