diff --git a/Dockerfile b/Dockerfile index bd9030a..606696d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-alpine:edge as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:3.16 as buildstage # build variables ARG SYNCTHING_RELEASE diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index aed30d0..515099b 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-edge as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.16 as buildstage # build variables ARG SYNCTHING_RELEASE diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 27b22fa..9b85329 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-edge as buildstage +FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16 as buildstage # build variables ARG SYNCTHING_RELEASE diff --git a/README.md b/README.md index 0d572aa..785b2d2 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **03.05.21:** - Rebase to alpine 3.15 (builds on edge for go 1.18). +* **17.08.22:** - Build on alpine 3.16 for go 1.18). +* **03.05.22:** - Rebase to alpine 3.15 (builds on edge for go 1.18). * **05.10.21:** - Rebase to alpine 3.14. * **12.05.21:** - Remove sysctl parameter again * **03.05.21:** - Raise maximum UDP buffer size. diff --git a/readme-vars.yml b/readme-vars.yml index ae4acbd..96a20c2 100755 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -43,7 +43,8 @@ app_setup_nginx_reverse_proxy_block: "" # changelog changelogs: - - { date: "03.05.21:", desc: "Rebase to alpine 3.15 (builds on edge for go 1.18)." } + - { date: "17.08.22:", desc: "Build on alpine 3.16 for go 1.18)." } + - { date: "03.05.22:", desc: "Rebase to alpine 3.15 (builds on edge for go 1.18)." } - { date: "05.10.21:", desc: "Rebase to alpine 3.14." } - { date: "12.05.21:", desc: "Remove sysctl parameter again" } - { date: "03.05.21:", desc: "Raise maximum UDP buffer size." }